From e02a9c056c9c698f5925b3286e63a85cdc235e6c Mon Sep 17 00:00:00 2001 From: Sardonyx Date: Sat, 31 Oct 2020 11:56:55 +0300 Subject: [PATCH] style(theme): added slateorange theme (#588) 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 835e7d8..124b5c0 100644 --- a/themes/index.js +++ b/themes/index.js @@ -251,6 +251,12 @@ const themes = { text_color: "27e8a7", bg_color: "242938" }, + slateorange: { + title_color: "faa627", + icon_color: "faa627", + text_color: "ffffff", + bg_color: "36393f" + }, kacho_ga: { title_color: "bf4a3f", icon_color: "a64833",