From 71688839f0c3fb8107bbea27eb6cb1b4d8277e4a Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 6 Oct 2019 23:05:44 -0400 Subject: Add theme manager --- themes/gruvbox | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 themes/gruvbox (limited to 'themes/gruvbox') diff --git a/themes/gruvbox b/themes/gruvbox new file mode 100644 index 0000000..27739a8 --- /dev/null +++ b/themes/gruvbox @@ -0,0 +1,54 @@ +# vim: filetype=yaml +--- +meta: + description: Made by freeware-preacher to match gruvbox by morhetz +bar_colors: + separator: grey + background: black + statusline: wheat + focused_workspace: + border: darkseagreen + background: darkseagreen + text: black + active_workspace: + border: black1 + background: black1 + text: grey + inactive_workspace: + border: darkslategray + background: darkslategray + text: grey + urgent_workspace: + border: firebrick + background: firebrick + text: wheat +colors: + grey: '#928374' + black: '#282828' + wheat: '#ebdbb2' + darkseagreen: '#689d6a' + black1: '#1d2021' + darkslategray: '#32302f' + firebrick: '#cc241d' +window_colors: + focused: + border: darkseagreen + background: darkseagreen + text: black + indicator: black + focused_inactive: + border: black1 + background: black1 + text: grey + indicator: black + unfocused: + border: darkslategray + background: darkslategray + text: grey + indicator: black + urgent: + border: firebrick + background: firebrick + text: wheat + indicator: black + -- cgit v1.2.3