From 76829afba2b1e73aa03235b4bf7a027d13779322 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Wed, 6 May 2026 20:37:55 +0200 Subject: [PATCH] design: change light theme to caramellatte --- index.html | 2 +- src/styles/app.css | 2 +- src/theme.config.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c21f0ab..ce294af 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/styles/app.css b/src/styles/app.css index a43d720..562b6b5 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -31,7 +31,7 @@ @plugin 'daisyui' { themes: - lemonade --default, + caramellatte --default, dracula --prefersdark; } diff --git a/src/theme.config.ts b/src/theme.config.ts index 1534562..ab8f0f3 100644 --- a/src/theme.config.ts +++ b/src/theme.config.ts @@ -2,6 +2,6 @@ // Update these values to change the light and dark themes export const themeConfig = { - light: 'lemonade', + light: 'caramellatte', dark: 'dracula' }