design: change light theme to garden

This commit is contained in:
Julien Calixte
2026-02-15 21:08:00 +01:00
parent 153984ac7a
commit 0905fa4916
3 changed files with 3 additions and 3 deletions

View File

@@ -2,6 +2,6 @@
// Update these values to change the light and dark themes
export const themeConfig = {
light: 'retro',
light: 'garden',
dark: 'coffee',
}