Skip to content

GutterTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for the editor gutter (line numbers and decoration columns).

csharp
public static class GutterTheme

Inheritance

ObjectGutterTheme

Fields

BackgroundColor

Background color for the gutter area.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

LineNumberForegroundColor

Foreground color for line numbers.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> LineNumberForegroundColor

SeparatorCharacter

Separator character between the gutter and content area.

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> SeparatorCharacter

Released under the MIT License.