From 4df20e258d80db282858d8820517dd9f2c739200 Mon Sep 17 00:00:00 2001 From: nicodebo Date: Sun, 12 Feb 2017 17:20:40 +0100 Subject: Build colorschemes Colorscheme were built with the base16-php builder https://github.com/chriskempson/base16-builder-php --- build_schemes/base16-woodland.config | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-woodland.config (limited to 'build_schemes/base16-woodland.config') diff --git a/build_schemes/base16-woodland.config b/build_schemes/base16-woodland.config new file mode 100644 index 0000000..7573e2f --- /dev/null +++ b/build_schemes/base16-woodland.config @@ -0,0 +1,35 @@ +# Base16 Woodland +# Author: Jay Cornwall (https://jcornwall.com) + +set default-bg "#231e18" +set default-fg "#302b25" + +set statusbar-fg "#b4a490" +set statusbar-bg "#48413a" + +set inputbar-bg "#231e18" +set inputbar-fg "#e4d4c8" + +set notification-bg "#231e18" +set notification-fg "#e4d4c8" + +set notification-error-bg "#231e18" +set notification-error-fg "#d35c5c" + +set notification-warning-bg "#231e18" +set notification-warning-fg "#d35c5c" + +set highlight-color "#e0ac16" +set highlight-active-color "#88a4d3" + +set completion-bg "#302b25" +set completion-fg "#88a4d3" + +set completion-highlight-fg "#e4d4c8" +set completion-highlight-bg "#88a4d3" + +set recolor-lightcolor "#231e18" +set recolor-darkcolor "#d7c8bc" + +set recolor "false" +set recolor-keephue "false" -- cgit