new theme

This commit is contained in:
Fractal-Tess
2022-12-21 02:09:44 +02:00
parent b690a2dc5f
commit 8fb587155d

View File

@@ -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'
} }
} }
] ]