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

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