From 7072a238084612b4a418f2f89ce8fe16f59ab481 Mon Sep 17 00:00:00 2001 From: Michael Schnerring <3743342+schnerring@users.noreply.github.com> Date: Wed, 13 Oct 2021 17:50:22 +0200 Subject: [PATCH] style(theme): add gruvbox_light theme (#1379) --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 3c212ab..c30646c 100644 --- a/themes/index.js +++ b/themes/index.js @@ -36,6 +36,12 @@ const themes = { text_color: "8ec07c", bg_color: "282828", }, + gruvbox_light: { + title_color: "b57614", + icon_color: "af3a03", + text_color: "427b58", + bg_color: "fbf1c7", + }, tokyonight: { title_color: "70a5fd", icon_color: "bf91f3",