style(themes): Added dark-vue theme. (#427)

* Added dark-vue theme.

* Deleted new theme. Edited old vue-dark theme
This commit is contained in:
Mehtaab Gill 2020-09-06 06:34:22 -06:00 committed by GitHub
parent 35633bad6e
commit df04e7eea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,12 @@ const themes = {
text_color: "273849", text_color: "273849",
bg_color: "fffefe", bg_color: "fffefe",
}, },
'vue-dark': {
title_color: "41b883",
icon_color: "41b883",
text_color: "fffefe",
bg_color: "273849",
},
"shades-of-purple": { "shades-of-purple": {
title_color: "fad000", title_color: "fad000",
icon_color: "b362ff", icon_color: "b362ff",
@ -185,12 +191,6 @@ const themes = {
text_color: "ffffff", text_color: "ffffff",
bg_color: "000000", bg_color: "000000",
}, },
"vue-dark":{
title_color: "19f9d8",
icon_color: "19f9d8",
text_color: "ffffff",
bg_color: "002b36",
},
"ayu-mirage": { "ayu-mirage": {
title_color: "f4cd7c", title_color: "f4cd7c",
icon_color: "73d0ff", icon_color: "73d0ff",