UNPKG

daisyui

Version:

daisyUI 5 - The Tailwind CSS Component Library

74 lines (71 loc) • 1.53 kB
interface Theme { "color-scheme": string "--color-base-100": string "--color-base-200": string "--color-base-300": string "--color-base-content": string "--color-primary": string "--color-primary-content": string "--color-secondary": string "--color-secondary-content": string "--color-accent": string "--color-accent-content": string "--color-neutral": string "--color-neutral-content": string "--color-info": string "--color-info-content": string "--color-success": string "--color-success-content": string "--color-warning": string "--color-warning-content": string "--color-error": string "--color-error-content": string "--radius-selector": string "--radius-field": string "--radius-box": string "--size-selector": string "--size-field": string "--border": string "--depth": string "--noise": string } interface Themes { abyss: Theme acid: Theme corporate: Theme nord: Theme forest: Theme bumblebee: Theme synthwave: Theme night: Theme dark: Theme halloween: Theme cmyk: Theme retro: Theme caramellatte: Theme dracula: Theme light: Theme fantasy: Theme black: Theme autumn: Theme business: Theme lemonade: Theme garden: Theme cupcake: Theme lofi: Theme dim: Theme aqua: Theme valentine: Theme coffee: Theme luxury: Theme cyberpunk: Theme emerald: Theme silk: Theme pastel: Theme wireframe: Theme winter: Theme sunset: Theme [key: string]: Theme } declare const themes: Themes export default themes