mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-28 00:25: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: {
|
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'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user