InlineHintTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for inline hints (virtual text rendered inline in the editor).
csharp
public static class InlineHintThemeInheritance
Object → InlineHintTheme
Fields
BackgroundColor
Background color for inline hint text.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColorForegroundColor
Foreground color for inline hint text.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColorIsBold
Whether inline hint text is rendered in bold.
Returns: Hex1bThemeElement<Boolean>
csharp
public static readonly Hex1bThemeElement<bool> IsBoldIsItalic
Whether inline hint text is rendered in italic.
Returns: Hex1bThemeElement<Boolean>
csharp
public static readonly Hex1bThemeElement<bool> IsItalic