style: Change color theme

This commit is contained in:
April Hall 2025-01-19 21:44:46 -05:00
parent 746fabf885
commit 580996abdb
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -27,18 +27,18 @@ export default {
themes: [
{
light: {
primary: '#2083df',
secondary: '#a78aef',
accent: '#a854e8',
neutral: '#081e45',
'base-100': '#f6f9fe',
"primary": "#5fb979",
"secondary": "#9fdfb3",
"accent": "#66db89",
"neutral": "#1b3222",
"base-100": "#f2f8f4",
},
dark: {
primary: '#2083df',
secondary: '#2c1075',
accent: '#6b17ab',
neutral: '#081e45',
'base-100': '#010409',
"primary": "#46a05f",
"secondary": "#206034",
"accent": "#249947",
"neutral": "#1b3222",
"base-100": "#070d09",
},
},
],