theme: change themes

This commit is contained in:
Julien Calixte
2025-04-07 17:24:40 +02:00
parent de7c218e21
commit 12608b937d
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ const toggle = (isChecked: boolean) => {
localStorage.setItem('is-dark', isChecked ? 'true' : 'false')
}
const darkMode = 'forest'
const darkMode = 'coffee'
</script>
<template>

View File

@@ -18,8 +18,8 @@
@plugin 'daisyui' {
themes:
garden --default,
forest --prefersdark;
retro --default,
coffee --prefersdark;
}
@config '../../tailwind.config.js';