Remove themes page

This commit is contained in:
Jon Staab
2024-10-22 09:22:55 -07:00
parent 8faf341503
commit ec6846f1af
5 changed files with 61 additions and 139 deletions

View File

@@ -1,4 +1,7 @@
import daisyui from "daisyui"
import themes from "daisyui/src/theming/themes"
console.log(themes["dark"])
/** @type {import('tailwindcss').Config} */
export default {
@@ -20,38 +23,11 @@ export default {
plugins: [daisyui],
daisyui: {
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",
{
dark: {
...themes["dark"],
},
},
],
},
}