AccentColor
type AccentColor = { level: 0 | 1 | 2 | 3; primary: string;};
Primary accent color used throughout the UI.
Properties
Section titled “Properties”level: 0 | 1 | 2 | 3;
Intensity level for the accent palette.
primary
Section titled “primary”primary: string;
Hex, rgb(a), hsl(a), etc.