GutterTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for the editor gutter (line numbers and decoration columns).
csharp
public static class GutterThemeInheritance
Object → GutterTheme
Fields
BackgroundColor
Background color for the gutter area.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColorLineNumberForegroundColor
Foreground color for line numbers.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> LineNumberForegroundColorSeparatorCharacter
Separator character between the gutter and content area.
Returns: Hex1bThemeElement<Char>
csharp
public static readonly Hex1bThemeElement<char> SeparatorCharacter