Table of Contents

Enum TableAccent

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
A semantic accent role a table style recipe (see CliTableStyleRecipe) references for foreground-only elements such as the title or frame. The theme supplies the actual colour; the recipe never hard-codes one.
public enum TableAccent

Fields

Accent = 1
The theme's primary accent (Accent).
Default = 0
Use the theme's default ink for the element (e.g. the default title/frame foreground).
Success = 2
The theme's success accent (Success).
Warning = 3
The theme's warning accent (Warning).