mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-05 07:01:14 +00:00
refactor: ♻️ Change default accent color to green
Use the green color as the new default complete 305
This commit is contained in:
parent
8edab2e5b5
commit
c0f4386132
1 changed files with 2 additions and 2 deletions
|
@ -65,11 +65,11 @@ export default {
|
|||
},
|
||||
themes: {
|
||||
light: {
|
||||
primary: "#E57373",
|
||||
primary: "#016a49",
|
||||
background: "#ffffff",
|
||||
},
|
||||
dark: {
|
||||
primary: "#B71C1C",
|
||||
primary: "#7CD6AF",
|
||||
background: "#000000",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue