design: change theme to retro

This commit is contained in:
Julien Calixte
2025-08-02 02:56:24 +02:00
parent ac00dab673
commit 2f3df491f6
4 changed files with 25 additions and 10 deletions

View File

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