Skip to content

EditorTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for Editor widgets.

csharp
public static class EditorTheme

Inheritance

ObjectEditorTheme

Fields

BackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

CursorBackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> CursorBackgroundColor

CursorForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> CursorForegroundColor

ForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

LineNumberForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> LineNumberForegroundColor

MultiByteBackgroundColor

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> MultiByteBackgroundColor

MultiByteForegroundColor

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> MultiByteForegroundColor

SelectionBackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectionBackgroundColor

SelectionForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectionForegroundColor

Released under the MIT License.