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-atelier-lakeside.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-atelier-lakeside.config')
| -rw-r--r-- | build_schemes/base16-atelier-lakeside.config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_schemes/base16-atelier-lakeside.config b/build_schemes/base16-atelier-lakeside.config new file mode 100644 index 0000000..ea82c03 --- /dev/null +++ b/build_schemes/base16-atelier-lakeside.config @@ -0,0 +1,35 @@ +# Base16 Atelier Lakeside +# Author: Bram de Haan (http://atelierbramdehaan.nl) + +set default-bg "#161b1d" +set default-fg "#1f292e" + +set statusbar-fg "#7195a8" +set statusbar-bg "#516d7b" + +set inputbar-bg "#161b1d" +set inputbar-fg "#ebf8ff" + +set notification-bg "#161b1d" +set notification-fg "#ebf8ff" + +set notification-error-bg "#161b1d" +set notification-error-fg "#d22d72" + +set notification-warning-bg "#161b1d" +set notification-warning-fg "#d22d72" + +set highlight-color "#8a8a0f" +set highlight-active-color "#257fad" + +set completion-bg "#1f292e" +set completion-fg "#257fad" + +set completion-highlight-fg "#ebf8ff" +set completion-highlight-bg "#257fad" + +set recolor-lightcolor "#161b1d" +set recolor-darkcolor "#c1e4f6" + +set recolor "false" +set recolor-keephue "false" |
