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: [ themes: [
{ {
light: { light: {
primary: '#2083df', "primary": "#5fb979",
secondary: '#a78aef', "secondary": "#9fdfb3",
accent: '#a854e8', "accent": "#66db89",
neutral: '#081e45', "neutral": "#1b3222",
'base-100': '#f6f9fe', "base-100": "#f2f8f4",
}, },
dark: { dark: {
primary: '#2083df', "primary": "#46a05f",
secondary: '#2c1075', "secondary": "#206034",
accent: '#6b17ab', "accent": "#249947",
neutral: '#081e45', "neutral": "#1b3222",
'base-100': '#010409', "base-100": "#070d09",
}, },
}, },
], ],