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-summercamp.config | |
| parent | 371575386893996e2cbb62efd535187340d9fa33 (diff) | |
base16: Update schemes
Diffstat (limited to 'build_schemes/base16-summercamp.config')
| -rw-r--r-- | build_schemes/base16-summercamp.config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_schemes/base16-summercamp.config b/build_schemes/base16-summercamp.config new file mode 100644 index 0000000..7725e55 --- /dev/null +++ b/build_schemes/base16-summercamp.config @@ -0,0 +1,35 @@ +# Base16 summercamp +# Author: zoe firi (zoefiri.github.io) + +set default-bg "#1c1810" +set default-fg "#2a261c" + +set statusbar-fg "#5f5b45" +set statusbar-bg "#3a3527" + +set inputbar-bg "#1c1810" +set inputbar-fg "#f8f5de" + +set notification-bg "#1c1810" +set notification-fg "#f8f5de" + +set notification-error-bg "#1c1810" +set notification-error-fg "#e35142" + +set notification-warning-bg "#1c1810" +set notification-warning-fg "#e35142" + +set highlight-color "#f2ff27" +set highlight-active-color "#489bf0" + +set completion-bg "#2a261c" +set completion-fg "#489bf0" + +set completion-highlight-fg "#f8f5de" +set completion-highlight-bg "#489bf0" + +set recolor-lightcolor "#1c1810" +set recolor-darkcolor "#bab696" + +set recolor "false" +set recolor-keephue "false" |
