Skip to content

Hex1bThemes

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Provides pre-built themes for Hex1b applications.

csharp
public static class Hex1bThemes

Inheritance

ObjectHex1bThemes

Properties

Default

The default theme with minimal styling.

Returns: Hex1bTheme

csharp
public static Hex1bTheme Default { get; }

HighContrast

A high-contrast theme.

Returns: Hex1bTheme

csharp
public static Hex1bTheme HighContrast { get; }

Ocean

A dark theme with blue accents.

Returns: Hex1bTheme

csharp
public static Hex1bTheme Ocean { get; }

Sunset

A warm theme with orange/red accents.

Returns: Hex1bTheme

csharp
public static Hex1bTheme Sunset { get; }

Released under the MIT License.