diff options
Diffstat (limited to 'build_schemes/base16-snazzy.config')
| -rw-r--r-- | build_schemes/base16-snazzy.config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_schemes/base16-snazzy.config b/build_schemes/base16-snazzy.config new file mode 100644 index 0000000..bbbe109 --- /dev/null +++ b/build_schemes/base16-snazzy.config @@ -0,0 +1,35 @@ +# Base16 Snazzy +# Author: Chawye Hsu (https://github.com/h404bi) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy) + +set default-bg "#282a36" +set default-fg "#34353e" + +set statusbar-fg "#a5a5a9" +set statusbar-bg "#43454f" + +set inputbar-bg "#282a36" +set inputbar-fg "#f1f1f0" + +set notification-bg "#282a36" +set notification-fg "#f1f1f0" + +set notification-error-bg "#282a36" +set notification-error-fg "#ff5c57" + +set notification-warning-bg "#282a36" +set notification-warning-fg "#ff5c57" + +set highlight-color "#f3f99d" +set highlight-active-color "#57c7ff" + +set completion-bg "#34353e" +set completion-fg "#57c7ff" + +set completion-highlight-fg "#f1f1f0" +set completion-highlight-bg "#57c7ff" + +set recolor-lightcolor "#282a36" +set recolor-darkcolor "#eff0eb" + +set recolor "false" +set recolor-keephue "false" |
