diff --git a/themes/index.js b/themes/index.js index c727cf9333068..7ec705911cac4 100644 --- a/themes/index.js +++ b/themes/index.js @@ -342,6 +342,12 @@ const themes = { text_color: "bcbcbc", bg_color: "262626", }, + moltack: { + title_color: "86092C", + icon_color: "86092C", + text_color: "574038", + bg_color: "F5E1C0", + }, }; module.exports = themes;