diff options
Diffstat (limited to 'build_schemes/base16-papercolor-light.config')
| -rw-r--r-- | build_schemes/base16-papercolor-light.config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/build_schemes/base16-papercolor-light.config b/build_schemes/base16-papercolor-light.config new file mode 100644 index 0000000..d16c520 --- /dev/null +++ b/build_schemes/base16-papercolor-light.config @@ -0,0 +1,35 @@ +# Base16 PaperColor Light +# Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) + +set default-bg "#eeeeee" +set default-fg "#af0000" + +set statusbar-fg "#0087af" +set statusbar-bg "#008700" + +set inputbar-bg "#eeeeee" +set inputbar-fg "#444444" + +set notification-bg "#eeeeee" +set notification-fg "#444444" + +set notification-error-bg "#eeeeee" +set notification-error-fg "#bcbcbc" + +set notification-warning-bg "#eeeeee" +set notification-warning-fg "#bcbcbc" + +set highlight-color "#d70087" +set highlight-active-color "#d75f00" + +set completion-bg "#af0000" +set completion-fg "#d75f00" + +set completion-highlight-fg "#444444" +set completion-highlight-bg "#d75f00" + +set recolor-lightcolor "#eeeeee" +set recolor-darkcolor "#005f87" + +set recolor "false" +set recolor-keephue "false" |
