Changed green colours for VueTube colours

This commit is contained in:
Affan Zaman 2022-07-07 13:42:43 -04:00 committed by GitHub
parent d16a484088
commit 6c1dfc48e2
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",
},
},