design: change dark theme to coffee

This commit is contained in:
Julien Calixte
2026-01-31 00:06:42 +01:00
parent 0eeb0c1b18
commit eb88bfa8e4
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
@plugin 'daisyui' { @plugin 'daisyui' {
themes: themes:
retro --default, retro --default,
forest --prefersdark; coffee --prefersdark;
} }
@config '../../tailwind.config.js'; @config '../../tailwind.config.js';

View File

@@ -3,5 +3,5 @@
export const themeConfig = { export const themeConfig = {
light: 'retro', light: 'retro',
dark: 'forest', dark: 'coffee',
} }