Skip to main content

RegularColorTheme

A theme with different color categories for a regular palette

Properties

accent

accent: ColorSet;

The accent color

Defined in

tailwind/tailwind.type.ts:116


brand

brand: ColorSet;

The brand color

Defined in

tailwind/tailwind.type.ts:113


error

error: ColorSet;

The error color

Defined in

tailwind/tailwind.type.ts:121


info

info: ColorSet;

The info color

Defined in

tailwind/tailwind.type.ts:118


neutral

neutral: ColorSet;

The neutral color

Defined in

tailwind/tailwind.type.ts:117


primary

primary: ColorSet;

The primary color

Defined in

tailwind/tailwind.type.ts:114


schemeColors

schemeColors: `#${string}`[];

The color scheme colors

Defined in

tailwind/tailwind.type.ts:122


secondary

secondary: ColorSet;

The secondary color

Defined in

tailwind/tailwind.type.ts:115


success

success: ColorSet;

The success color

Defined in

tailwind/tailwind.type.ts:119


warning

warning: ColorSet;

The warning color

Defined in

tailwind/tailwind.type.ts:120