improve theme colors

This commit is contained in:
seriousm4x
2023-08-12 00:02:52 +02:00
parent d801f7c2da
commit 9d2871eae9

View File

@@ -13,7 +13,8 @@ export default {
light: {
...themes['[data-theme=light]'],
primary: '#55BCD9',
secondary: '#D4A35C'
secondary: '#D4A35C',
'primary-content': '#ffffff'
}
},
{
@@ -28,7 +29,8 @@ export default {
cupcake: {
...themes['[data-theme=cupcake]'],
primary: '#55BCD9',
secondary: '#D4A35C'
secondary: '#D4A35C',
'primary-content': '#ffffff'
}
},
'bumblebee',