HtmlForgeX

API Reference

Class

Names

Namespace HtmlForgeX.Email.Theme
Assembly HtmlForgeX.Email
Modifiers static

Semantic color names used by the theme.

Inheritance

  • Object
  • Names

Fields

public const String BodyBackground #

Identifier for the email background color (outer/background area behind the main container).

Value: BodyBackground
public const String Surface #

Identifier for the surface color, typically used for backgrounds. This color is used for the main background of the email.

Value: Surface
public const String Border #

Identifier for the border color, typically used for container outlines and dividers.

Value: Border
public const String Text #

Identifier for the text color, typically used for primary text. This color is used for the main text in the email.

Value: Text
public const String BodyText #

Identifier for the body text color, used for paragraphs and descriptions.

Value: BodyText
public const String MutedText #

Identifier for muted/secondary text color.

Value: MutedText
public const String Accent #

Identifier for the accent color, typically used for highlights or buttons.

Value: Accent
public const String SubtleSurface #

Identifier for subtle surface color used for secondary backgrounds (badges, stripes, chips).

Value: SubtleSurface