initial commit
This commit is contained in:
37
web/theme-manager.config.ts
Normal file
37
web/theme-manager.config.ts
Normal file
@ -0,0 +1,37 @@
|
||||
// add the names of the themes you want to use here
|
||||
// warning: you need to specify them in tailwind.config.js as well
|
||||
// DO NOT REMOVE: 'default', 'light', 'dark'
|
||||
export default[
|
||||
'default',
|
||||
'light',
|
||||
'dark',
|
||||
'storm',
|
||||
'breeze',
|
||||
'cupcake',
|
||||
'bumblebee',
|
||||
'emerald',
|
||||
'corporate',
|
||||
'synthwave',
|
||||
'retro',
|
||||
'cyberpunk',
|
||||
'valentine',
|
||||
'halloween',
|
||||
'garden',
|
||||
'forest',
|
||||
'aqua',
|
||||
'lofi',
|
||||
'pastel',
|
||||
'fantasy',
|
||||
'wireframe',
|
||||
'black',
|
||||
'luxury',
|
||||
'dracula',
|
||||
'cmyk',
|
||||
'autumn',
|
||||
'business',
|
||||
'acid',
|
||||
'lemonade',
|
||||
'night',
|
||||
'coffee',
|
||||
'winter',
|
||||
] as const;
|
Reference in New Issue
Block a user