Skip to main content

ExpandedColorTheme

A theme with different color categories for an expanded palette

Properties

accent

accent: ExpandedColorSet;

The accent color

Defined in

tailwind/tailwind.type.ts:142


brand

brand: ExpandedColorSet;

The brand color

Defined in

tailwind/tailwind.type.ts:139


error

error: ExpandedColorSet;

The error color

Defined in

tailwind/tailwind.type.ts:147


info

info: ExpandedColorSet;

The info color

Defined in

tailwind/tailwind.type.ts:144


neutral

neutral: ExpandedColorSet;

The neutral color

Defined in

tailwind/tailwind.type.ts:143


primary

primary: ExpandedColorSet;

The primary color

Defined in

tailwind/tailwind.type.ts:140


schemeColors

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

The color scheme colors

Defined in

tailwind/tailwind.type.ts:148


secondary

secondary: ExpandedColorSet;

The secondary color

Defined in

tailwind/tailwind.type.ts:141


success

success: ExpandedColorSet;

The success color

Defined in

tailwind/tailwind.type.ts:145


warning

warning: ExpandedColorSet;

The warning color

Defined in

tailwind/tailwind.type.ts:146