EditorTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for Editor widgets.
csharp
public static class EditorThemeInheritance
Object → EditorTheme
Fields
BackgroundColor
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColorCursorBackgroundColor
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> CursorBackgroundColorCursorForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> CursorForegroundColorForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColorLineNumberForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> LineNumberForegroundColorMultiByteBackgroundColor
Background color for bytes that are part of a multi-byte UTF-8 character when is enabled.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> MultiByteBackgroundColorMultiByteForegroundColor
Foreground color for bytes that are part of a multi-byte UTF-8 character when is enabled.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> MultiByteForegroundColorSelectionBackgroundColor
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectionBackgroundColorSelectionForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectionForegroundColor