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-darkviolet.config | |
| parent | 371575386893996e2cbb62efd535187340d9fa33 (diff) | |
base16: Update schemes
Diffstat (limited to 'build_schemes/base16-darkviolet.config')
| -rw-r--r-- | build_schemes/base16-darkviolet.config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_schemes/base16-darkviolet.config b/build_schemes/base16-darkviolet.config new file mode 100644 index 0000000..f530d0c --- /dev/null +++ b/build_schemes/base16-darkviolet.config @@ -0,0 +1,35 @@ +# Base16 Dark Violet +# Author: ruler501 (https://github.com/ruler501/base16-darkviolet) + +set default-bg "#000000" +set default-fg "#231a40" + +set statusbar-fg "#00ff00" +set statusbar-bg "#432d59" + +set inputbar-bg "#000000" +set inputbar-fg "#a366ff" + +set notification-bg "#000000" +set notification-fg "#a366ff" + +set notification-error-bg "#000000" +set notification-error-fg "#a82ee6" + +set notification-warning-bg "#000000" +set notification-warning-fg "#a82ee6" + +set highlight-color "#f29df2" +set highlight-active-color "#4136d9" + +set completion-bg "#231a40" +set completion-fg "#4136d9" + +set completion-highlight-fg "#a366ff" +set completion-highlight-bg "#4136d9" + +set recolor-lightcolor "#000000" +set recolor-darkcolor "#9045e6" + +set recolor "false" +set recolor-keephue "false" |
