Skip to content

Commit

Permalink
style(themes): Added dark-vue theme. (anuraghazra#427)
Browse files Browse the repository at this point in the history
* Added dark-vue theme.

* Deleted new theme. Edited old vue-dark theme
  • Loading branch information
mehtaabGill authored Sep 6, 2020
1 parent 35633ba commit df04e7e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ const themes = {
text_color: "273849",
bg_color: "fffefe",
},
'vue-dark': {
title_color: "41b883",
icon_color: "41b883",
text_color: "fffefe",
bg_color: "273849",
},
"shades-of-purple": {
title_color: "fad000",
icon_color: "b362ff",
Expand Down Expand Up @@ -185,12 +191,6 @@ const themes = {
text_color: "ffffff",
bg_color: "000000",
},
"vue-dark":{
title_color: "19f9d8",
icon_color: "19f9d8",
text_color: "ffffff",
bg_color: "002b36",
},
"ayu-mirage": {
title_color: "f4cd7c",
icon_color: "73d0ff",
Expand Down

0 comments on commit df04e7e

Please sign in to comment.