From 5a1af30d40ee88ae21c36aca9ee1a82ba681db63 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Sun, 9 Aug 2020 11:02:59 -0500 Subject: [PATCH] style(theme): Add darcula theme. (#285) --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index b102ea6..36c07c6 100644 --- a/themes/index.js +++ b/themes/index.js @@ -125,6 +125,12 @@ const themes = { text_color: "ffd95b", bg_color: "000000", }, + darcula: { + title_color: "BA5F17", + icon_color: "84628F", + text_color: "BEBEBE", + bg_color: "242424", + }, bear: { title_color: "e03c8a", icon_color: "00AEFF",