design: change dark theme to aqua

This commit is contained in:
Julien Calixte
2026-01-22 23:44:01 +01:00
parent e1e6f4ec28
commit e5969ec439
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
@plugin 'daisyui' { @plugin 'daisyui' {
themes: themes:
bumblebee --default, bumblebee --default,
dim --prefersdark; aqua --prefersdark;
} }
@config '../../tailwind.config.js'; @config '../../tailwind.config.js';

View File

@@ -3,5 +3,5 @@
export const themeConfig = { export const themeConfig = {
light: 'bumblebee', light: 'bumblebee',
dark: 'dim', dark: 'aqua',
} }