enum

Tui::Theme

Inherits Enum / Comparable / Value / Object

Theme mode for styling

Constants

Light = 0
Dark = 1

Instance methods

dark?

Returns true if this enum value equals Dark

Source
light?

Returns true if this enum value equals Light

Source