GutterDecorationTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for gutter decorations (icons/markers in the editor margin).
csharp
public static class GutterDecorationThemeInheritance
Object → GutterDecorationTheme
Fields
DefaultIconColor
Default foreground color for gutter decoration icons.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> DefaultIconColorErrorIconColor
Foreground color for error gutter icons.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> ErrorIconColorInfoIconColor
Foreground color for info gutter icons.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> InfoIconColorWarningIconColor
Foreground color for warning gutter icons.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> WarningIconColor