Skip to content

Commit

Permalink
style(themes): Add vue-dark theme (anuraghazra#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
regchiu authored Aug 9, 2020
1 parent facf095 commit f3516ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ const themes = {
text_color: "24292e",
bg_color: "ffffff",
},
"vue-dark":{
title_color: "19f9d8",
icon_color: "19f9d8",
text_color: "ffffff",
bg_color: "002b36",
}
};

module.exports = themes;

0 comments on commit f3516ee

Please sign in to comment.