HtmlForgeX

API Reference

Enum

HfxThemeVariant

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

HtmlForgeX theme variants layered on top of ThemeMode.

Inheritance

  • Enum
  • HfxThemeVariant

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const HfxThemeVariant Default #

Use the vendor default for the selected mode (Tabler/Bootstrap).

Value: 0
public const HfxThemeVariant DarkBlack #

Dark variant with a deeper ("blackish") background while preserving readability.

Value: 1
public const HfxThemeVariant DarkCarbon #

Dark variant with a modern "carbon" surface (slightly brighter than DarkBlack).

Value: 2
public const HfxThemeVariant DarkMatrix #

Dark variant with matte black surfaces, fine dot-matrix texture, and green operator accents.

Value: 3