design: change light theme to caramellatte

This commit is contained in:
Julien Calixte
2026-05-06 20:37:55 +02:00
parent 05f59a568d
commit 76829afba2
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
@plugin 'daisyui' {
themes:
lemonade --default,
caramellatte --default,
dracula --prefersdark;
}

View File

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