From a85f7b8d360f2fc32e1797f618f52329327a6038 Mon Sep 17 00:00:00 2001 From: nicodebo Date: Mon, 20 Nov 2017 13:26:15 +0100 Subject: Update output remove trailing space in template --- build_schemes/base16-brushtrees.config | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-brushtrees.config (limited to 'build_schemes/base16-brushtrees.config') diff --git a/build_schemes/base16-brushtrees.config b/build_schemes/base16-brushtrees.config new file mode 100644 index 0000000..3b6d747 --- /dev/null +++ b/build_schemes/base16-brushtrees.config @@ -0,0 +1,35 @@ +# Base16 Brush Trees +# Author: Abraham White <abelincoln.white@gmail.com> + +set default-bg "#E3EFEF" +set default-fg "#C9DBDC" + +set statusbar-fg "#8299A1" +set statusbar-bg "#B0C5C8" + +set inputbar-bg "#E3EFEF" +set inputbar-fg "#485867" + +set notification-bg "#E3EFEF" +set notification-fg "#485867" + +set notification-error-bg "#E3EFEF" +set notification-error-fg "#b38686" + +set notification-warning-bg "#E3EFEF" +set notification-warning-fg "#b38686" + +set highlight-color "#aab386" +set highlight-active-color "#868cb3" + +set completion-bg "#C9DBDC" +set completion-fg "#868cb3" + +set completion-highlight-fg "#485867" +set completion-highlight-bg "#868cb3" + +set recolor-lightcolor "#E3EFEF" +set recolor-darkcolor "#5A6D7A" + +set recolor "false" +set recolor-keephue "false" -- cgit