design: change light theme to emerald

This commit is contained in:
Julien Calixte
2026-04-19 10:39:49 +02:00
parent 0a4f8dbf41
commit cf02569c75
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: "garden",
light: 'emerald',
dark: 'forest'
}