design: change dark theme to night

This commit is contained in:
Julien Calixte
2026-02-17 01:40:07 +01:00
parent 760f78adf8
commit 8c7503abac
2 changed files with 2 additions and 2 deletions

View File

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