Enum ThemeMode
- Namespace
- SharpConsoleUI.Themes
- Assembly
- SharpConsoleUI.dll
The declared light/dark mode of a theme. A label of the theme's identity (set by its author), not a computed value.
public enum ThemeMode
- Extension Methods
Fields
Dark = 1A dark theme (dark surfaces, light text).
Light = 0A light theme (light surfaces, dark text).