mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 11:15:14 +00:00
Merge pull request #449 from afnzmn/patch-3
Changed green colours for VueTube colours
This commit is contained in:
commit
4e066199f4
1 changed files with 2 additions and 2 deletions
|
@ -66,11 +66,11 @@ export default {
|
||||||
},
|
},
|
||||||
themes: {
|
themes: {
|
||||||
light: {
|
light: {
|
||||||
primary: "#016a49",
|
primary: "#136458",
|
||||||
background: "#ffffff",
|
background: "#ffffff",
|
||||||
},
|
},
|
||||||
dark: {
|
dark: {
|
||||||
primary: "#7CD6AF",
|
primary: "#00d7cd",
|
||||||
background: "#000000",
|
background: "#000000",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue