From ce60b10d5fc9c7284671f727d6b5f38c4f3baeec Mon Sep 17 00:00:00 2001 From: Antonin Dach Date: Mon, 7 May 2018 01:25:29 +0200 Subject: [PATCH] Adding gruvbox "light" theme --- themes/gruvbox-light.json | 47 +++++++++++++++++++++++++++++ themes/gruvbox-powerline-light.json | 47 +++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 themes/gruvbox-light.json create mode 100644 themes/gruvbox-powerline-light.json diff --git a/themes/gruvbox-light.json b/themes/gruvbox-light.json new file mode 100644 index 0000000..8b1ae50 --- /dev/null +++ b/themes/gruvbox-light.json @@ -0,0 +1,47 @@ +{ + "icons": [ "paxy97", "ascii" ], + "defaults": { + "warning": { + "fg": "#1d2021", + "bg": "#d79921" + }, + "critical": { + "fg": "#fbf1c7", + "bg": "#cc241d" + }, + "default-separators": false, + "separator-block-width": 0 + }, + "cycle": [ + { + "fg": "#1d2021", + "bg": "#ebdbb2" + }, + { + "fg": "#282828", + "bg": "#fbf1c7" + } + ], + "dnf": { + "good": { + "fg": "#002b36", + "bg": "#859900" + } + }, + "battery": { + "charged": { + "fg": "#1d2021", + "bg": "#b8bb26" + }, + "AC": { + "fg": "#1d2021", + "bg": "#b8bb26" + } + }, + "bluetooth": { + "ON": { + "fg": "#1d2021", + "bg": "#b8bb26" + } + } +} diff --git a/themes/gruvbox-powerline-light.json b/themes/gruvbox-powerline-light.json new file mode 100644 index 0000000..e10039f --- /dev/null +++ b/themes/gruvbox-powerline-light.json @@ -0,0 +1,47 @@ +{ + "icons": [ "paxy97", "awesome-fonts" ], + "defaults": { + "warning": { + "fg": "#1d2021", + "bg": "#d79921" + }, + "critical": { + "fg": "#fbf1c7", + "bg": "#cc241d" + }, + "default-separators": false, + "separator-block-width": 0 + }, + "cycle": [ + { + "fg": "#1d2021", + "bg": "#ebdbb2" + }, + { + "fg": "#282828", + "bg": "#fbf1c7" + } + ], + "dnf": { + "good": { + "fg": "#002b36", + "bg": "#859900" + } + }, + "battery": { + "charged": { + "fg": "#1d2021", + "bg": "#b8bb26" + }, + "AC": { + "fg": "#1d2021", + "bg": "#b8bb26" + } + }, + "bluetooth": { + "ON": { + "fg": "#1d2021", + "bg": "#b8bb26" + } + } +}