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-darkmoss.config | |
| parent | 371575386893996e2cbb62efd535187340d9fa33 (diff) | |
base16: Update schemes
Diffstat (limited to 'build_schemes/base16-darkmoss.config')
| -rw-r--r-- | build_schemes/base16-darkmoss.config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_schemes/base16-darkmoss.config b/build_schemes/base16-darkmoss.config new file mode 100644 index 0000000..fa3fb42 --- /dev/null +++ b/build_schemes/base16-darkmoss.config @@ -0,0 +1,35 @@ +# Base16 darkmoss +# Author: Gabriel Avanzi (https://github.com/avanzzzi) + +set default-bg "#171e1f" +set default-fg "#252c2d" + +set statusbar-fg "#818f80" +set statusbar-bg "#373c3d" + +set inputbar-bg "#171e1f" +set inputbar-fg "#e1eaef" + +set notification-bg "#171e1f" +set notification-fg "#e1eaef" + +set notification-error-bg "#171e1f" +set notification-error-fg "#ff4658" + +set notification-warning-bg "#171e1f" +set notification-warning-fg "#ff4658" + +set highlight-color "#fdb11f" +set highlight-active-color "#498091" + +set completion-bg "#252c2d" +set completion-fg "#498091" + +set completion-highlight-fg "#e1eaef" +set completion-highlight-bg "#498091" + +set recolor-lightcolor "#171e1f" +set recolor-darkcolor "#e3e3c8" + +set recolor "false" +set recolor-keephue "false" |
