design: change dark theme to dracula

This commit is contained in:
Julien Calixte
2026-05-06 20:26:01 +02:00
parent f8ae4351d6
commit 559bfccd08
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
@plugin 'daisyui' { @plugin 'daisyui' {
themes: themes:
cupcake --default, cupcake --default,
forest --prefersdark; dracula --prefersdark;
} }
@config '../../tailwind.config.js'; @config '../../tailwind.config.js';

View File

@@ -3,5 +3,5 @@
export const themeConfig = { export const themeConfig = {
light: 'cupcake', light: 'cupcake',
dark: "forest" dark: 'dracula'
} }