diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-06 23:05:44 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-06 23:05:44 -0400 |
| commit | 71688839f0c3fb8107bbea27eb6cb1b4d8277e4a (patch) | |
| tree | c4fabc1bfdda72b65d4a62e36cbf891d9fed44ef /themes/gruvbox | |
| parent | 602c70c5174b2c73600aa06fce915eaf8a1d8a26 (diff) | |
Add theme manager
Diffstat (limited to 'themes/gruvbox')
| -rw-r--r-- | themes/gruvbox | 54 |
1 files changed, 54 insertions, 0 deletions
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 <https://github.com/freeware-preacher> to match gruvbox by morhetz <https://github.com/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 + |
