Table of Contents

Enum ThemeStyle

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
Semantic style roles resolved by an ITheme into concrete cell styles.
public enum ThemeStyle

Fields

Accent = 2
Emphasized accent text.
Alert = 27
High-attention alert content.
Background = 5
The default application surface.
Button = 19
An unfocused button.
ButtonDisabled = 22
A disabled button.
ButtonFocused = 20
A focused button.
ButtonInactiveSelected = 23
A selected button in an unfocused button group.
ButtonMarker = 21
Button focus markers.
DialogSurface = 11
A dialog or control surface.
DialogTitle = 9
A dialog title.
Error = 26
Error text.
ErrorSurface = 13
An error message surface.
Frame = 3
Frames and borders.
Heading = 36
Section and structured-output headings.
InactiveSelectedListItem = 7
The selected item in an unfocused list.
InactiveTextInput = 18
An inactive text input.
Key = 32
Key values in structured output.
Link values in structured output.
MutedText = 1
Muted secondary text.
PanelSurface = 10
A reusable elevated panel surface.
Path = 34
Path values in structured output.
ProgressBarComplete = 39
A fully completed activity bar.
ProgressBarDone = 37
The completed portion of an in-progress activity bar.
ProgressBarRemaining = 38
The remaining portion of an activity bar.
ScrollBar = 14
A scroll bar track.
ScrollIndicator = 15
A scroll position indicator.
Selected = 4
Selected content.
SelectedListItem = 6
The selected item in a focused list.
SelectedMenuItem = 8
The selected menu item.
Status = 16
Status text.
Success = 24
Success text.
TableBodyForeground = 30
Table body text.
TableFrameForeground = 31
Table frames and borders.
TableHeaderForeground = 29
Table header text.
TableTitleForeground = 28
Table title text.
Text = 0
Normal foreground text.
TextInput = 17
An active text input.
Value = 33
General values in structured output.
Warning = 25
Warning text.
WarningSurface = 12
A warning message surface.