Table of Contents

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 = 1

A dark theme (dark surfaces, light text).

Light = 0

A light theme (light surfaces, dark text).