ColorPairConfig

Represents a color pair configuration for light and dark modes.

Syntax

public class ColorPairConfig

Inheritance

Properties

Dark

[JsonPropertyName("dark")]
public string Dark { get; set; }
Gets or sets the color in hex format to use in dark mode.

Returns

string

Light

[JsonPropertyName("light")]
public string Light { get; set; }
Gets or sets the color in hex format to use in light mode.

Returns

string