OverlayTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for editor overlays (hover popups, completion menus, etc.).
csharp
public static class OverlayThemeInheritance
Object → OverlayTheme
Fields
BackgroundColor
Default background color for overlay popups.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColorBorderColor
Border color for overlay popups.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> BorderColorForegroundColor
Default foreground color for overlay text.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColorShowBorder
Whether to show a border around overlays.
Returns: Hex1bThemeElement<Boolean>
csharp
public static readonly Hex1bThemeElement<bool> ShowBorderTitleForegroundColor
Title foreground color when overlay has a title.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> TitleForegroundColor