HtmlForgeX

API Reference

Enum

PrismJsTheme

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

Available themes for PrismJS syntax highlighting

Inheritance

  • Enum
  • PrismJsTheme

Values

public const PrismJsTheme Default #

Default PrismJS theme (light)

Value: 0
public const PrismJsTheme Dark #

Dark theme

Value: 1
public const PrismJsTheme Funky #

Funky theme with bright colors

Value: 2
public const PrismJsTheme Okaidia #

Okaidia theme (dark with colorful syntax)

Value: 3
public const PrismJsTheme Tomorrow #

Tomorrow theme (light)

Value: 4
public const PrismJsTheme TomorrowNight #

Tomorrow Night theme (dark)

Value: 5
public const PrismJsTheme Twilight #

Twilight theme (dark purple)

Value: 6
public const PrismJsTheme Coy #

Coy theme (light with subtle colors)

Value: 7
public const PrismJsTheme SolarizedLight #

Solarized Light theme

Value: 8
public const PrismJsTheme AtomDark #

Atom Dark theme

Value: 9
public const PrismJsTheme Base16AteliersulphurpoolLight #

Base16 Ateliersulphurpool Light theme

Value: 10
public const PrismJsTheme Cb #

CB theme (light)

Value: 11
public const PrismJsTheme DuotoneDark #

Duotone Dark theme

Value: 12
public const PrismJsTheme DuotoneEarth #

Duotone Earth theme

Value: 13
public const PrismJsTheme DuotoneForest #

Duotone Forest theme

Value: 14
public const PrismJsTheme DuotoneLight #

Duotone Light theme

Value: 15
public const PrismJsTheme DuotoneSea #

Duotone Sea theme

Value: 16
public const PrismJsTheme DuotoneSpace #

Duotone Space theme

Value: 17
public const PrismJsTheme GitHub #

GitHub theme (light)

Value: 18
public const PrismJsTheme Hopscotch #

Hopscotch theme (dark)

Value: 19
public const PrismJsTheme Pojoaque #

Pojoaque theme (light)

Value: 20
public const PrismJsTheme Vs #

VS theme (Visual Studio light)

Value: 21
public const PrismJsTheme Xonokai #

Xonokai theme (dark)

Value: 22