This commit is contained in:
root
2026-07-05 09:12:04 +00:00
parent 073d1dd383
commit a9bb83b4e5
7 changed files with 25 additions and 11 deletions
+8 -1
View File
@@ -8,6 +8,13 @@ export default {
},
plugins: [require("daisyui")],
daisyui: {
themes: true,
themes: [
"light", "dark", "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",
"dim", "nord", "sunset", "caramellatte", "abyss", "silk"
],
},
}