design: change light theme to silk

This commit is contained in:
Julien Calixte
2025-08-02 04:28:39 +02:00
parent 6972ef629c
commit 2eea3a2995
3 changed files with 3 additions and 3 deletions

View File

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

View File

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