🪴 Updates dark theme primary color

This commit is contained in:
Rune Harlyk
2024-08-17 19:27:47 +02:00
committed by Rune Harlyk
parent d6b3793275
commit 89ddd58935
+10 -1
View File
@@ -6,7 +6,16 @@ export default {
},
plugins: [require('daisyui')],
daisyui: {
themes: ['light', 'dark'],
themes: [
'light',
{
dark: {
...require('daisyui/src/theming/themes')['dark'],
primary: '#00bfff',
accent: '#3c00ff'
}
}
],
darkTheme: 'dark'
}
};