feat(ui): add more themes (cupcake, dracula, cyberpunk, emerald, sunset)

This commit is contained in:
spinline
2026-02-04 23:21:12 +03:00
parent a6a40997fb
commit efcee71f56
3 changed files with 169 additions and 4 deletions

View File

@@ -2,11 +2,11 @@
@config "./tailwind.config.js";
@plugin "daisyui" {
themes: light, dark, dim, nord;
themes:
light, dark, dim, nord, cupcake, dracula, cyberpunk, emerald, sunset;
}
@layer base {
html,
body {
@apply min-h-[100dvh] w-full overflow-hidden bg-base-100 text-base-content overscroll-y-none;
@@ -28,4 +28,4 @@
:focus {
outline: none !important;
}
}