Skip to content

GutterDecorationTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for gutter decorations (icons/markers in the editor margin).

csharp
public static class GutterDecorationTheme

Inheritance

ObjectGutterDecorationTheme

Fields

DefaultIconColor

Default foreground color for gutter decoration icons.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> DefaultIconColor

ErrorIconColor

Foreground color for error gutter icons.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ErrorIconColor

InfoIconColor

Foreground color for info gutter icons.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> InfoIconColor

WarningIconColor

Foreground color for warning gutter icons.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> WarningIconColor

Released under the MIT License.