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;