[]
Represents a color theme.
[JsonConverter(typeof())]
public class ColorTheme
The ColorTheme class allows for the customization of appearance through primary, secondary, neutral, and other color properties.
| Name | Description |
|---|---|
| ColorTheme() |
| Name | Description |
|---|---|
| BackgroundMain | Gets or sets the main background color of the theme. |
| BackgroundPanels | Gets or sets the background color of panels in the theme. |
| Error | Gets or sets the error color of the theme. |
| FontFamily | Gets or sets the font family used in the theme. |
| Name | Gets or sets the name of the theme. |
| Neutral | Gets or sets the neutral color of the theme. |
| Primary | Gets or sets the primary color of the theme. |
| Secondary | Gets or sets the secondary color of the theme. |
| Type | Gets or sets the type of the theme (light or dark). |
| Warning | Gets or sets the warning color of the theme. |
| Name | Description |
|---|---|
| implicit operator ColorTheme(string) |