From 8acd429d448c82e9c4946a294209ca70418155af Mon Sep 17 00:00:00 2001 From: IK <36619465+kazukazuinaina@users.noreply.github.com> Date: Thu, 6 Aug 2020 01:35:08 +0900 Subject: [PATCH] style(theme): Add gotham theme (#317) * [add] gotham-theme * fix gotham colorscheme --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 8dda8f81..8e2ba724 100644 --- a/themes/index.js +++ b/themes/index.js @@ -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;