mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-27 16:15:47 +01:00
CHange primary colors for light and dark theme
This commit is contained in:
parent
a8de9e82fd
commit
f11bdcf22b
@ -17,8 +17,14 @@ export default createVuetify({
|
||||
themes: {
|
||||
light: {
|
||||
colors: {
|
||||
primary: '#1867C0',
|
||||
secondary: '#5CBBF6'
|
||||
primary: '#3f51b5',
|
||||
secondary: '#5cbbf6'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
colors: {
|
||||
primary: '#1a237e',
|
||||
secondary: '#3949ab'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user