Added theme selector

This commit is contained in:
BOTAlex 2024-10-12 05:11:55 +02:00
parent 1f77e03da2
commit 2feaecc54c
5 changed files with 91 additions and 5 deletions

View file

@ -5,5 +5,26 @@ export default {
extend: {},
},
plugins: [require("@tailwindcss/typography"), require('daisyui'),],
}
daisyui: {
themes: [
"light",
"dark",
"synthwave",
"retro",
"cyberpunk",
"valentine",
"halloween",
"forest",
"aqua",
"black",
"luxury",
"dracula",
"business",
"night",
"coffee",
"dim",
"sunset",
],
},
}