From c1438fe7c509fa9dbe13bc59ec703af97257721a Mon Sep 17 00:00:00 2001 From: Debaleen Das Spandan <52004561+the-it-weirdo@users.noreply.github.com> Date: Sun, 26 Jul 2020 13:50:57 +0530 Subject: [PATCH] adds a new theme: "blue-green" I added a new theme. Hope you like it. --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 18022cac..ac6d5938 100644 --- a/themes/index.js +++ b/themes/index.js @@ -107,6 +107,12 @@ const themes = { text_color: "363636", bg_color: "ffffff", }, + "blue-green": { + title_color: "2F97C1", + icon_color: "F5B700", + text_color: "0CF574", + bg_color: "040F0F", + }, }; module.exports = themes;