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-vulcan.config | |
| parent | 371575386893996e2cbb62efd535187340d9fa33 (diff) | |
base16: Update schemes
Diffstat (limited to 'build_schemes/base16-vulcan.config')
| -rw-r--r-- | build_schemes/base16-vulcan.config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_schemes/base16-vulcan.config b/build_schemes/base16-vulcan.config new file mode 100644 index 0000000..f4730aa --- /dev/null +++ b/build_schemes/base16-vulcan.config @@ -0,0 +1,35 @@ +# Base16 vulcan +# Author: Andrey Varfolomeev + +set default-bg "#041523" +set default-fg "#122339" + +set statusbar-fg "#6b6977" +set statusbar-bg "#003552" + +set inputbar-bg "#041523" +set inputbar-fg "#214d68" + +set notification-bg "#041523" +set notification-fg "#214d68" + +set notification-error-bg "#041523" +set notification-error-fg "#818591" + +set notification-warning-bg "#041523" +set notification-warning-fg "#818591" + +set highlight-color "#adb4b9" +set highlight-active-color "#977d7c" + +set completion-bg "#122339" +set completion-fg "#977d7c" + +set completion-highlight-fg "#214d68" +set completion-highlight-bg "#977d7c" + +set recolor-lightcolor "#041523" +set recolor-darkcolor "#333238" + +set recolor "false" +set recolor-keephue "false" |
