Class Theme
public class Theme
- Inheritance
-
Theme
- Inherited Members
Constructors
Theme()
public Theme()
Properties
Base
public ThemeColors Base { get; set; }
Property Value
Border
Colors for the main-window frame borders (and their titles). Null falls back to Base. Lets themes tone borders down independently of text — e.g. the transparent themes use a dim gray for a subtler, glassy look. Supports hex values ("#6E6E6E") as well as named colors.
public ThemeColors? Border { get; set; }
Property Value
Dialog
public ThemeColors Dialog { get; set; }
Property Value
Menu
public ThemeColors Menu { get; set; }
Property Value
Name
public required string Name { get; set; }
Property Value
Status
public ThemeColors Status { get; set; }