diff options
| author | 2020-06-10 02:05:42 +0000 | |
|---|---|---|
| committer | 2020-06-10 02:05:42 +0000 | |
| commit | ad0b621bb4725a028ff05fc0c75f1b618d079138 (patch) | |
| tree | 6138853a9f9b37fff58d97b27afeddbe8f3f1ed0 /build_schemes/base16-horizon-light.config | |
| parent | 371575386893996e2cbb62efd535187340d9fa33 (diff) | |
base16: Update schemes
Diffstat (limited to 'build_schemes/base16-horizon-light.config')
| -rw-r--r-- | build_schemes/base16-horizon-light.config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_schemes/base16-horizon-light.config b/build_schemes/base16-horizon-light.config new file mode 100644 index 0000000..a6be3d7 --- /dev/null +++ b/build_schemes/base16-horizon-light.config @@ -0,0 +1,35 @@ +# Base16 Horizon Light +# Author: Michaƫl Ball (http://github.com/michael-ball/) + +set default-bg "#FDF0ED" +set default-fg "#FADAD1" + +set statusbar-fg "#948C8A" +set statusbar-bg "#F9CBBE" + +set inputbar-bg "#FDF0ED" +set inputbar-fg "#201C1D" + +set notification-bg "#FDF0ED" +set notification-fg "#201C1D" + +set notification-error-bg "#FDF0ED" +set notification-error-fg "#F7939B" + +set notification-warning-bg "#FDF0ED" +set notification-warning-fg "#F7939B" + +set highlight-color "#FBE0D9" +set highlight-active-color "#DA103F" + +set completion-bg "#FADAD1" +set completion-fg "#DA103F" + +set completion-highlight-fg "#201C1D" +set completion-highlight-bg "#DA103F" + +set recolor-lightcolor "#FDF0ED" +set recolor-darkcolor "#302C2D" + +set recolor "false" +set recolor-keephue "false" |
