From 4cd0a047e9e8855c568bc85be68ec17282df3079 Mon Sep 17 00:00:00 2001 From: Joel Zimmerman Date: Sat, 31 Oct 2020 09:50:05 +0100 Subject: [PATCH] style(theme): added new theme "kacho-ga" (#589) * Update index.js Added a new theme * Update index.js * Update index.js fixed the broken name --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 3481dc0..835e7d8 100644 --- a/themes/index.js +++ b/themes/index.js @@ -250,6 +250,12 @@ const themes = { icon_color: "89ddff", text_color: "27e8a7", bg_color: "242938" + }, + kacho_ga: { + title_color: "bf4a3f", + icon_color: "a64833", + text_color: "d9c8a9", + bg_color: "402b23" } };