UNPKG

@nexusui/theme

Version:

This is a simple MUI theme drop in for your React application, which aims to be the source of truth for the NexusUI Design system.

22 lines (21 loc) 407 B
export type HighlightPalette = { mint: string; turquoise: string; bluejay: string; cerulean: string; radiantYellow: string; sunshine: string; blueberry: string; candy: string; }; export type Shades = { '4p': string; '8p': string; '12p': string; '30p': string; '50p': string; }; export type ShadesPalette = { primary: Shades; secondary: Shades; };