update themes
This commit is contained in:
@@ -17,9 +17,9 @@ const config = {
|
|||||||
themes: [
|
themes: [
|
||||||
{
|
{
|
||||||
light: {
|
light: {
|
||||||
primary: '#e863d6',
|
primary: '#24c8db',
|
||||||
secondary: '#7bc3e0',
|
secondary: '#f73c00',
|
||||||
accent: '#cd97fc',
|
accent: '#ffc131',
|
||||||
neutral: '#25343C',
|
neutral: '#25343C',
|
||||||
'base-100': '#F8F8FB',
|
'base-100': '#F8F8FB',
|
||||||
info: '#93BADC',
|
info: '#93BADC',
|
||||||
@@ -28,9 +28,9 @@ const config = {
|
|||||||
error: '#DE3B4E'
|
error: '#DE3B4E'
|
||||||
},
|
},
|
||||||
dark: {
|
dark: {
|
||||||
primary: '#137cb5',
|
primary: '#24c8db',
|
||||||
secondary: '#e80d52',
|
secondary: '#f73c00',
|
||||||
accent: '#f4cd73',
|
accent: '#ffc131',
|
||||||
neutral: '#2b2b2b',
|
neutral: '#2b2b2b',
|
||||||
'base-100': '#1f1f1f',
|
'base-100': '#1f1f1f',
|
||||||
info: '#35B0F3',
|
info: '#35B0F3',
|
||||||
|
|||||||
Reference in New Issue
Block a user