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-helios.config | |
| parent | 371575386893996e2cbb62efd535187340d9fa33 (diff) | |
base16: Update schemes
Diffstat (limited to 'build_schemes/base16-helios.config')
| -rw-r--r-- | build_schemes/base16-helios.config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_schemes/base16-helios.config b/build_schemes/base16-helios.config new file mode 100644 index 0000000..4d6ce3b --- /dev/null +++ b/build_schemes/base16-helios.config @@ -0,0 +1,35 @@ +# Base16 Helios +# Author: Alex Meyer (https://github.com/reyemxela) + +set default-bg "#1d2021" +set default-fg "#383c3e" + +set statusbar-fg "#cdcdcd" +set statusbar-bg "#53585b" + +set inputbar-bg "#1d2021" +set inputbar-fg "#e5e5e5" + +set notification-bg "#1d2021" +set notification-fg "#e5e5e5" + +set notification-error-bg "#1d2021" +set notification-error-fg "#d72638" + +set notification-warning-bg "#1d2021" +set notification-warning-fg "#d72638" + +set highlight-color "#f19d1a" +set highlight-active-color "#1e8bac" + +set completion-bg "#383c3e" +set completion-fg "#1e8bac" + +set completion-highlight-fg "#e5e5e5" +set completion-highlight-bg "#1e8bac" + +set recolor-lightcolor "#1d2021" +set recolor-darkcolor "#dddddd" + +set recolor "false" +set recolor-keephue "false" |
