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-edge-dark.config | |
| parent | 371575386893996e2cbb62efd535187340d9fa33 (diff) | |
base16: Update schemes
Diffstat (limited to 'build_schemes/base16-edge-dark.config')
| -rw-r--r-- | build_schemes/base16-edge-dark.config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_schemes/base16-edge-dark.config b/build_schemes/base16-edge-dark.config new file mode 100644 index 0000000..f576bb3 --- /dev/null +++ b/build_schemes/base16-edge-dark.config @@ -0,0 +1,35 @@ +# Base16 Edge Dark +# Author: cjayross (https://github.com/cjayross) + +set default-bg "#262729" +set default-fg "#88909f" + +set statusbar-fg "#73b3e7" +set statusbar-bg "#b7bec9" + +set inputbar-bg "#262729" +set inputbar-fg "#3e4249" + +set notification-bg "#262729" +set notification-fg "#3e4249" + +set notification-error-bg "#262729" +set notification-error-fg "#e77171" + +set notification-warning-bg "#262729" +set notification-warning-fg "#e77171" + +set highlight-color "#dbb774" +set highlight-active-color "#73b3e7" + +set completion-bg "#88909f" +set completion-fg "#73b3e7" + +set completion-highlight-fg "#3e4249" +set completion-highlight-bg "#73b3e7" + +set recolor-lightcolor "#262729" +set recolor-darkcolor "#d390e7" + +set recolor "false" +set recolor-keephue "false" |
