From 4df20e258d80db282858d8820517dd9f2c739200 Mon Sep 17 00:00:00 2001 From: nicodebo Date: Sun, 12 Feb 2017 17:20:40 +0100 Subject: Build colorschemes Colorscheme were built with the base16-php builder https://github.com/chriskempson/base16-builder-php --- build_schemes/base16-gruvbox-light-medium.config | 35 ++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-gruvbox-light-medium.config (limited to 'build_schemes/base16-gruvbox-light-medium.config') diff --git a/build_schemes/base16-gruvbox-light-medium.config b/build_schemes/base16-gruvbox-light-medium.config new file mode 100644 index 0000000..a5e7557 --- /dev/null +++ b/build_schemes/base16-gruvbox-light-medium.config @@ -0,0 +1,35 @@ +# Base16 Gruvbox light, medium +# Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) + +set default-bg "#fbf1c7" +set default-fg "#ebdbb2" + +set statusbar-fg "#665c54" +set statusbar-bg "#d5c4a1" + +set inputbar-bg "#fbf1c7" +set inputbar-fg "#282828" + +set notification-bg "#fbf1c7" +set notification-fg "#282828" + +set notification-error-bg "#fbf1c7" +set notification-error-fg "#9d0006" + +set notification-warning-bg "#fbf1c7" +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 "#fbf1c7" +set recolor-darkcolor "#3c3836" + +set recolor "false" +set recolor-keephue "false" -- cgit