Skip to content

OverlayTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for editor overlays (hover popups, completion menus, etc.).

csharp
public static class OverlayTheme

Inheritance

ObjectOverlayTheme

Fields

BackgroundColor

Default background color for overlay popups.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

BorderColor

Border color for overlay popups.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BorderColor

ForegroundColor

Default foreground color for overlay text.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

ShowBorder

Whether to show a border around overlays.

Returns: Hex1bThemeElement<Boolean>

csharp
public static readonly Hex1bThemeElement<bool> ShowBorder

TitleForegroundColor

Title foreground color when overlay has a title.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> TitleForegroundColor

Released under the MIT License.