Skip to content

InlineHintTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for inline hints (virtual text rendered inline in the editor).

csharp
public static class InlineHintTheme

Inheritance

ObjectInlineHintTheme

Fields

BackgroundColor

Background color for inline hint text.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

ForegroundColor

Foreground color for inline hint text.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

IsBold

Whether inline hint text is rendered in bold.

Returns: Hex1bThemeElement<Boolean>

csharp
public static readonly Hex1bThemeElement<bool> IsBold

IsItalic

Whether inline hint text is rendered in italic.

Returns: Hex1bThemeElement<Boolean>

csharp
public static readonly Hex1bThemeElement<bool> IsItalic

Released under the MIT License.