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-espresso.config | |
| parent | 371575386893996e2cbb62efd535187340d9fa33 (diff) | |
base16: Update schemes
Diffstat (limited to 'build_schemes/base16-espresso.config')
| -rw-r--r-- | build_schemes/base16-espresso.config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_schemes/base16-espresso.config b/build_schemes/base16-espresso.config new file mode 100644 index 0000000..914479d --- /dev/null +++ b/build_schemes/base16-espresso.config @@ -0,0 +1,35 @@ +# Base16 Espresso +# Author: Alex Mirrington (https://github.com/alexmirrington) + +set default-bg "#2d2d2d" +set default-fg "#393939" + +set statusbar-fg "#b4b7b4" +set statusbar-bg "#515151" + +set inputbar-bg "#2d2d2d" +set inputbar-fg "#ffffff" + +set notification-bg "#2d2d2d" +set notification-fg "#ffffff" + +set notification-error-bg "#2d2d2d" +set notification-error-fg "#d25252" + +set notification-warning-bg "#2d2d2d" +set notification-warning-fg "#d25252" + +set highlight-color "#ffc66d" +set highlight-active-color "#6c99bb" + +set completion-bg "#393939" +set completion-fg "#6c99bb" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#6c99bb" + +set recolor-lightcolor "#2d2d2d" +set recolor-darkcolor "#e0e0e0" + +set recolor "false" +set recolor-keephue "false" |
