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

* [add] gotham-theme

* fix gotham colorscheme
This commit is contained in:
IK 2020-08-06 01:35:08 +09:00 committed by GitHub
parent 20463f6365
commit 8acd429d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;