design: change light theme to retro

This commit is contained in:
Julien Calixte
2026-05-05 16:11:45 +02:00
parent 5a9c0a3704
commit fd7d06ce69
5 changed files with 6 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
@plugin 'daisyui' {
themes:
emerald --default,
retro --default,
forest --prefersdark;
}

View File

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