mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 03:05:15 +00:00
New Color (#569)
* New Color Added a new color to the light mode themes. * Update theme.vue
This commit is contained in:
parent
77f354050f
commit
2b8fa311c0
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
|||
export default {
|
||||
data() {
|
||||
return {
|
||||
primaryLight: ["#E57373", "#8b5f37", "#016a49", "#34495E"],
|
||||
primaryLight: ["#6b0406","#E57373", "#34495E", "#6e0ba3","#016a49", "#8b5f37"],
|
||||
primaryDark: [
|
||||
"#dc2626",
|
||||
"#FFBBFF",
|
||||
|
|
Loading…
Reference in a new issue