From 703d84a42a09634e2e99c0517809ee8c361848ea Mon Sep 17 00:00:00 2001 From: Hamza Sayyid Date: Fri, 14 Aug 2020 08:51:30 -0700 Subject: [PATCH] style(theme): Added chartreuse-dark theme (#313) --- themes/index.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/themes/index.js b/themes/index.js index f9c0e7d..8da43e8 100644 --- a/themes/index.js +++ b/themes/index.js @@ -149,7 +149,13 @@ const themes = { text_color: "859900", bg_color: "fdf6e3", }, - nord: { + "chartreuse-dark": { + title_color: "7fff00", + icon_color: "00AEFF", + text_color: "fff", + bg_color: "000", + }, + "nord": { title_color: "81a1c1", text_color: "d8dee9", icon_color: "88c0d0",