InfoBarTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for InfoBar widgets. By default, InfoBar uses inverted colors (swaps foreground/background).
csharp
public static class InfoBarThemeInheritance
Object → InfoBarTheme
Fields
BackgroundColor
Background color for the info bar. When InvertColors is true (default), this becomes the foreground and the foreground becomes the background.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColorForegroundColor
Foreground color for the info bar. When InvertColors is true (default), this becomes the background and the background becomes the foreground.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor