Skip to main content

Type Alias: VroomColor

type VroomColor = string | number;

Defined in: types/src/index.ts:63

A color value: a hex string ('#0d1117', or 8-digit '#aarrggbb') or a packed ARGB number. In VroomTheme every field is optional — omitted colors keep the library default.