mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-27 16:15:47 +01:00
Change light/dark theme colors to shades of red
This commit is contained in:
parent
4de34ead70
commit
be13e60d74
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user