design: change light theme to valentine

This commit is contained in:
Julien Calixte
2025-08-02 04:08:50 +02:00
parent 29928e6432
commit 00f49102ff
3 changed files with 3 additions and 3 deletions

View File

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

View File

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