Unverified Commit 8acd429d authored by IK's avatar IK Committed by GitHub
Browse files

style(theme): Add gotham theme (#317)

* [add] gotham-theme

* fix gotham colorscheme
parent 20463f63
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;