From 890383d8da3ab0d74982db01453f1818afb01621 Mon Sep 17 00:00:00 2001 From: Noushad Bhuiyan <38437058+NoushadBug@users.noreply.github.com> Date: Sun, 4 Oct 2020 18:46:50 +0600 Subject: [PATCH] style(theme): added new theme "jolly" (#530) * a new "jolly" theme borns * update of "jolly" theme 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 92a08572..3481dc06 100644 --- a/themes/index.js +++ b/themes/index.js @@ -227,6 +227,12 @@ const themes = { text_color: "ffffff", bg_color: "20232a", }, + jolly: { + title_color: "ff64da", + icon_color: "a960ff", + text_color: "ffffff", + bg_color: "291B3E", + }, maroongold: { title_color: "F7EF8A", icon_color: "F7EF8A",