From 0745806f68cf708ab819b73c2776ff94bf505190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Poggi?= <85927974+pogginicolo98@users.noreply.github.com> Date: Mon, 13 Dec 2021 15:53:11 +0100 Subject: [PATCH] style(theme): added moltack theme (#1478) --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) 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;