From ba3b3dd4cc499cab72880c92f381ca4f9dd03730 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Fri, 21 Apr 2017 08:39:59 +0530 Subject: [PATCH] non powerline gruvbox theme --- themes/gruvbox.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 themes/gruvbox.json diff --git a/themes/gruvbox.json b/themes/gruvbox.json new file mode 100644 index 0000000..eee93c1 --- /dev/null +++ b/themes/gruvbox.json @@ -0,0 +1,41 @@ +{ + "icons": [ "paxy97", "ascii" ], + "defaults": { + "warning": { + "fg": "#1d2021", + "bg": "#d79921" + }, + "critical": { + "fg": "#fbf1c7", + "bg": "#cc241d" + }, + "default-separators": false, + "separator-block-width": 0 + }, + "cycle": [ + { + "fg": "#ebdbb2", + "bg": "#1d2021" + }, + { + "fg": "#fbf1c7", + "bg": "#282828" + } + ], + "dnf": { + "good": { + "fg": "#002b36", + "bg": "#859900" + } + }, + "battery": { + "charged": { + "fg": "#1d2021", + "bg": "#b8bb26" + }, + "AC": { + "fg": "#1d2021", + "bg": "#b8bb26" + } + } +}