Skip to content

Commit

Permalink
style(theme): Add gotham theme (anuraghazra#317)
Browse files Browse the repository at this point in the history
* [add] gotham-theme

* fix gotham colorscheme
  • Loading branch information
get-me-power authored Aug 5, 2020
1 parent 20463f6 commit 8acd429
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 @@ -149,6 +149,12 @@ const themes = {
icon_color: "88c0d0",
bg_color: "2e3440",
},
"gotham": {
title_color: "2aa889",
icon_color: "599cab",
text_color: "99d1ce",
bg_color: "0c1014",
},
};

module.exports = themes;

0 comments on commit 8acd429

Please sign in to comment.