design: change dark theme to abyss

This commit is contained in:
Julien Calixte
2026-04-08 19:04:28 +02:00
parent 410c0cec7c
commit 29c092e0a0
2 changed files with 2 additions and 2 deletions

View File

@@ -3,5 +3,5 @@
export const themeConfig = {
light: "garden",
dark: 'sunset'
dark: 'abyss'
}