Merge pull request #449 from afnzmn/patch-3

Changed green colours for VueTube colours
This commit is contained in:
Luka 2022-07-07 17:02:02 -04:00 committed by GitHub
commit 4e066199f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -66,11 +66,11 @@ export default {
},
themes: {
light: {
primary: "#016a49",
primary: "#136458",
background: "#ffffff",
},
dark: {
primary: "#7CD6AF",
primary: "#00d7cd",
background: "#000000",
},
},