diff options
Diffstat (limited to 'build_schemes/base16-gruvbox-light-hard.config')
| -rw-r--r-- | build_schemes/base16-gruvbox-light-hard.config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_schemes/base16-gruvbox-light-hard.config b/build_schemes/base16-gruvbox-light-hard.config new file mode 100644 index 0000000..55862de --- /dev/null +++ b/build_schemes/base16-gruvbox-light-hard.config @@ -0,0 +1,35 @@ +# Base16 Gruvbox light, hard +# Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) + +set default-bg "#f9f5d7" +set default-fg "#ebdbb2" + +set statusbar-fg "#665c54" +set statusbar-bg "#d5c4a1" + +set inputbar-bg "#f9f5d7" +set inputbar-fg "#282828" + +set notification-bg "#f9f5d7" +set notification-fg "#282828" + +set notification-error-bg "#f9f5d7" +set notification-error-fg "#9d0006" + +set notification-warning-bg "#f9f5d7" +set notification-warning-fg "#9d0006" + +set highlight-color "#b57614" +set highlight-active-color "#076678" + +set completion-bg "#ebdbb2" +set completion-fg "#076678" + +set completion-highlight-fg "#282828" +set completion-highlight-bg "#076678" + +set recolor-lightcolor "#f9f5d7" +set recolor-darkcolor "#3c3836" + +set recolor "false" +set recolor-keephue "false" |
