diff options
Diffstat (limited to 'build_schemes/base16-brewer.config')
| -rw-r--r-- | build_schemes/base16-brewer.config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_schemes/base16-brewer.config b/build_schemes/base16-brewer.config new file mode 100644 index 0000000..777c4da --- /dev/null +++ b/build_schemes/base16-brewer.config @@ -0,0 +1,35 @@ +# Base16 Brewer +# Author: Timothée Poisot (http://github.com/tpoisot) + +set default-bg "#0c0d0e" +set default-fg "#2e2f30" + +set statusbar-fg "#959697" +set statusbar-bg "#515253" + +set inputbar-bg "#0c0d0e" +set inputbar-fg "#fcfdfe" + +set notification-bg "#0c0d0e" +set notification-fg "#fcfdfe" + +set notification-error-bg "#0c0d0e" +set notification-error-fg "#e31a1c" + +set notification-warning-bg "#0c0d0e" +set notification-warning-fg "#e31a1c" + +set highlight-color "#dca060" +set highlight-active-color "#3182bd" + +set completion-bg "#2e2f30" +set completion-fg "#3182bd" + +set completion-highlight-fg "#fcfdfe" +set completion-highlight-bg "#3182bd" + +set recolor-lightcolor "#0c0d0e" +set recolor-darkcolor "#dadbdc" + +set recolor "false" +set recolor-keephue "false" |
