Skip to content

DiagnosticTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for diagnostic decorations (error/warning/info/hint underlines). These map to common diagnostic severity levels used by language servers.

csharp
public static class DiagnosticTheme

Inheritance

ObjectDiagnosticTheme

Fields

ErrorUnderlineColor

Underline color for error diagnostics.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ErrorUnderlineColor

HintUnderlineColor

Underline color for hint diagnostics.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HintUnderlineColor

InfoUnderlineColor

Underline color for information diagnostics.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> InfoUnderlineColor

WarningUnderlineColor

Underline color for warning diagnostics.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> WarningUnderlineColor

Released under the MIT License.