Skip to content

LoggerPanelTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for LoggerPanel widgets.

csharp
public static class LoggerPanelTheme

Inheritance

ObjectLoggerPanelTheme

Fields

CriticalColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> CriticalColor

DebugColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> DebugColor

ErrorColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ErrorColor

InformationColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> InformationColor

TraceColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> TraceColor

WarningColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> WarningColor

Released under the MIT License.