diff options
| author | 2017-11-20 13:26:15 +0100 | |
|---|---|---|
| committer | 2017-11-20 13:27:10 +0100 | |
| commit | a85f7b8d360f2fc32e1797f618f52329327a6038 (patch) | |
| tree | 182b4f9d7d63d4bdf3d2c16b8fe637c12b982c88 /build_schemes/base16-classic-light.config | |
| parent | 267d90bbefce4f70705dae91dd7f0496e805bbf3 (diff) | |
Update output
remove trailing space in template
Diffstat (limited to 'build_schemes/base16-classic-light.config')
| -rw-r--r-- | build_schemes/base16-classic-light.config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_schemes/base16-classic-light.config b/build_schemes/base16-classic-light.config new file mode 100644 index 0000000..6e405f3 --- /dev/null +++ b/build_schemes/base16-classic-light.config @@ -0,0 +1,35 @@ +# Base16 Classic Light +# Author: Jason Heeris (http://heeris.id.au) + +set default-bg "#F5F5F5" +set default-fg "#E0E0E0" + +set statusbar-fg "#505050" +set statusbar-bg "#D0D0D0" + +set inputbar-bg "#F5F5F5" +set inputbar-fg "#151515" + +set notification-bg "#F5F5F5" +set notification-fg "#151515" + +set notification-error-bg "#F5F5F5" +set notification-error-fg "#AC4142" + +set notification-warning-bg "#F5F5F5" +set notification-warning-fg "#AC4142" + +set highlight-color "#F4BF75" +set highlight-active-color "#6A9FB5" + +set completion-bg "#E0E0E0" +set completion-fg "#6A9FB5" + +set completion-highlight-fg "#151515" +set completion-highlight-bg "#6A9FB5" + +set recolor-lightcolor "#F5F5F5" +set recolor-darkcolor "#202020" + +set recolor "false" +set recolor-keephue "false" |
