design: change dark theme to abyss

This commit is contained in:
Julien Calixte
2026-01-23 13:56:39 +01:00
parent 5ab8171bce
commit fc8b6a6119
2 changed files with 2 additions and 2 deletions

View File

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

View File

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