Skip to content

GlobalTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for general/global settings.

csharp
public static class GlobalTheme

Inheritance

ObjectGlobalTheme

Fields

BackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

ForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

Released under the MIT License.