Tryst::App::Appearance
Inherits Enum < Comparable < Value < Object
macOS window appearances accepted by #set_appearance. Crystal
converts a symbol literal at the call site, so set_appearance(:dark)
works and reads much like ruby-tryst's own app.appearance = :dark.
Constants
Light = 0
Dark = 1
Auto = 2