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: {
light: {
colors: {
primary: '#3f51b5',
secondary: '#5cbbf6',
primary: '#d32f2f',
secondary: '#f44336',
github: '#2b3137',
discord: '#5865f2'
}
},
dark: {
colors: {
primary: '#1a237e',
secondary: '#3949ab',
primary: '#b71c1c',
secondary: '#d50000',
github: '#2b3137',
discord: '#5865f2'
}