design: change light theme to caramellatte

This commit is contained in:
Julien Calixte
2025-08-03 18:38:28 +02:00
parent 8ef50bed7e
commit d1241d339a
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
@plugin 'daisyui' {
themes:
silk --default,
caramellatte --default,
dim --prefersdark;
}

View File

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