Skip to content

AccentColor

type AccentColor = {
level: 0 | 1 | 2 | 3;
primary: string;
};

Primary accent color used throughout the UI.

level: 0 | 1 | 2 | 3;

Intensity level for the accent palette.


primary: string;

Hex, rgb(a), hsl(a), etc.