Table of Contents

Enum TigerCliTheme

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
Selects a TigerCli UI theme. Default means "use the current theme" (CurrentTheme); the others name a built-in framework theme. Custom indicates a named custom theme and is not resolvable on its own — it needs the theme's name (see TigerConsole.GetTheme(string)).
public enum TigerCliTheme

Fields

Custom = 4
A custom theme identified by name; the enum value alone does not identify it.
Dark = 1
Built-in dark theme ("dark").
Default = 0
Use CurrentTheme; not a separate theme instance.
Light = 2
Built-in light theme ("light").
TigerBlue = 3
Built-in blue-accented theme ("tiger-blue").