new theme
This commit is contained in:
@@ -17,26 +17,14 @@ const config = {
|
|||||||
themes: [
|
themes: [
|
||||||
{
|
{
|
||||||
light: {
|
light: {
|
||||||
primary: '#24c8db',
|
...require('daisyui/src/colors/themes')['[data-theme=lofi]'],
|
||||||
secondary: '#f73c00',
|
primary: '#45B1E8',
|
||||||
accent: '#ffc131',
|
secondary: '#fbbf24'
|
||||||
neutral: '#25343C',
|
|
||||||
'base-100': '#F8F8FB',
|
|
||||||
info: '#93BADC',
|
|
||||||
success: '#12A168',
|
|
||||||
warning: '#F4C857',
|
|
||||||
error: '#DE3B4E'
|
|
||||||
},
|
},
|
||||||
dark: {
|
dark: {
|
||||||
primary: '#24c8db',
|
...require('daisyui/src/colors/themes')['[data-theme=black]'],
|
||||||
secondary: '#f73c00',
|
primary: '#45B1E8',
|
||||||
accent: '#ffc131',
|
secondary: '#fbbf24'
|
||||||
neutral: '#2b2b2b',
|
|
||||||
'base-100': '#1f1f1f',
|
|
||||||
info: '#35B0F3',
|
|
||||||
success: '#1B743C',
|
|
||||||
warning: '#F38A12',
|
|
||||||
error: '#F2215C'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user