Skip to content

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 InfoBarTheme

Inheritance

ObjectInfoBarTheme

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> BackgroundColor

ForegroundColor

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

Released under the MIT License.