diff options
| author | 2017-02-12 17:20:40 +0100 | |
|---|---|---|
| committer | 2017-02-12 17:20:40 +0100 | |
| commit | 4df20e258d80db282858d8820517dd9f2c739200 (patch) | |
| tree | 27910644321cd703fa68ce79818b85dccd06302e /build_schemes/base16-grayscale-light.config | |
| parent | 327b90c9e55f17396660aa96534976deb313c33a (diff) | |
Build colorschemes
Colorscheme were built with the base16-php builder
https://github.com/chriskempson/base16-builder-php
Diffstat (limited to 'build_schemes/base16-grayscale-light.config')
| -rw-r--r-- | build_schemes/base16-grayscale-light.config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_schemes/base16-grayscale-light.config b/build_schemes/base16-grayscale-light.config new file mode 100644 index 0000000..479fa0a --- /dev/null +++ b/build_schemes/base16-grayscale-light.config @@ -0,0 +1,35 @@ +# Base16 Grayscale Light +# Author: Alexandre Gavioli (https://github.com/Alexx2/) + +set default-bg "#f7f7f7" +set default-fg "#e3e3e3" + +set statusbar-fg "#525252" +set statusbar-bg "#b9b9b9" + +set inputbar-bg "#f7f7f7" +set inputbar-fg "#101010" + +set notification-bg "#f7f7f7" +set notification-fg "#101010" + +set notification-error-bg "#f7f7f7" +set notification-error-fg "#7c7c7c" + +set notification-warning-bg "#f7f7f7" +set notification-warning-fg "#7c7c7c" + +set highlight-color "#a0a0a0" +set highlight-active-color "#686868" + +set completion-bg "#e3e3e3" +set completion-fg "#686868" + +set completion-highlight-fg "#101010" +set completion-highlight-bg "#686868" + +set recolor-lightcolor "#f7f7f7" +set recolor-darkcolor "#252525" + +set recolor "false" +set recolor-keephue "false" |
