Cresium::Theme::Mode
Inherits Enum < Comparable < Value < Object
Constants
Truecolor = 0
24-bit RGB colors (default, modern terminals).
Ansi = 1
16-color ANSI fallback, for TTY/console compatibility (--tty).
None = 2
No color, terminal's default style (--no-color).