From 8b772e810fc1774418ad45407d287271eebf9114 Mon Sep 17 00:00:00 2001 From: black73 <57027405+black73@users.noreply.github.com> Date: Sat, 3 Oct 2020 17:39:28 +0530 Subject: [PATCH] style(theme): added maroongold theme (#528) Adding a maroon plus golden theme as nothing of that sort exists yet. Co-authored-by: Anurag Hazra --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 758da36..92a0857 100644 --- a/themes/index.js +++ b/themes/index.js @@ -227,6 +227,12 @@ const themes = { text_color: "ffffff", bg_color: "20232a", }, + maroongold: { + title_color: "F7EF8A", + icon_color: "F7EF8A", + text_color: "E0AA3E", + bg_color: "260000", + }, yeblu: { title_color: "ffff00", icon_color: "ffff00",