Change light/dark theme colors to shades of red

This commit is contained in:
Maciej Pędzich 2023-05-28 09:30:56 +02:00
parent 4de34ead70
commit be13e60d74

View File

@ -17,16 +17,16 @@ export default createVuetify({
themes: { themes: {
light: { light: {
colors: { colors: {
primary: '#3f51b5', primary: '#d32f2f',
secondary: '#5cbbf6', secondary: '#f44336',
github: '#2b3137', github: '#2b3137',
discord: '#5865f2' discord: '#5865f2'
} }
}, },
dark: { dark: {
colors: { colors: {
primary: '#1a237e', primary: '#b71c1c',
secondary: '#3949ab', secondary: '#d50000',
github: '#2b3137', github: '#2b3137',
discord: '#5865f2' discord: '#5865f2'
} }