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-unikitty-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-unikitty-light.config')
| -rw-r--r-- | build_schemes/base16-unikitty-light.config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_schemes/base16-unikitty-light.config b/build_schemes/base16-unikitty-light.config new file mode 100644 index 0000000..e620954 --- /dev/null +++ b/build_schemes/base16-unikitty-light.config @@ -0,0 +1,35 @@ +# Base16 Unikitty Light +# Author: Josh W Lewis (@joshwlewis) + +set default-bg "#ffffff" +set default-fg "#e1e1e2" + +set statusbar-fg "#89878b" +set statusbar-bg "#c4c3c5" + +set inputbar-bg "#ffffff" +set inputbar-fg "#322d34" + +set notification-bg "#ffffff" +set notification-fg "#322d34" + +set notification-error-bg "#ffffff" +set notification-error-fg "#d8137f" + +set notification-warning-bg "#ffffff" +set notification-warning-fg "#d8137f" + +set highlight-color "#dc8a0e" +set highlight-active-color "#775dff" + +set completion-bg "#e1e1e2" +set completion-fg "#775dff" + +set completion-highlight-fg "#322d34" +set completion-highlight-bg "#775dff" + +set recolor-lightcolor "#ffffff" +set recolor-darkcolor "#4f4b51" + +set recolor "false" +set recolor-keephue "false" |
