@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.
52 lines (51 loc) • 1.23 kB
TypeScript
export type ColorPartial = {
50: string;
100: string;
200: string;
300: string;
400: string;
500: string;
600: string;
700: string;
800: string;
900: string;
};
export declare const darkBlue: ColorPartial;
export declare const green: ColorPartial;
export declare const blue: ColorPartial;
export declare const orange: ColorPartial;
export declare const red: ColorPartial;
export declare const white: ColorPartial;
export declare const grey: ColorPartial;
export declare const black: ColorPartial;
export declare const highlight: {
mint: string;
turquoise: string;
bluejay: string;
cerulean: string;
radiantYellow: string;
sunshine: string;
blueberry: string;
candy: string;
};
declare const _default: {
darkBlue: ColorPartial;
green: ColorPartial;
blue: ColorPartial;
orange: ColorPartial;
red: ColorPartial;
white: ColorPartial;
grey: ColorPartial;
black: ColorPartial;
highlight: {
mint: string;
turquoise: string;
bluejay: string;
cerulean: string;
radiantYellow: string;
sunshine: string;
blueberry: string;
candy: string;
};
};
export default _default;