design: change light theme to retro

This commit is contained in:
Julien Calixte
2026-01-23 19:27:14 +01:00
parent 552b3796df
commit 179c3df19e
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: 'pastel',
light: 'retro',
dark: 'abyss',
}