TestimoX

API Reference

Class

ConsoleTheme

Namespace TestimoX.Theming
Assembly TestimoX
Implements
IEquatable<ConsoleTheme>
Modifiers sealed

Color set aligned to a console background profile. Values are Spectre color names or hex (e.g. "#RRGGBB").

Inheritance

  • Object
  • ConsoleTheme

Constructors

Methods

public ConsoleTheme <Clone>$() #
Returns: ConsoleTheme
public virtual Boolean Equals(ConsoleTheme other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String Primary { get; set; } #

Primary accent color used for titles.

public String Accent { get; set; } #

Secondary accent for hotkeys/highlights.

public String Success { get; set; } #

Success color.

public String Warning { get; set; } #

Warning color.

public String Danger { get; set; } #

Danger/error color.

public String Muted { get; set; } #

Muted/secondary text color.

public String Border { get; set; } #

Border/stroke color.

public String Heading { get; set; } #

Heading color.