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-dark.config | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-brushtrees-dark.config (limited to 'build_schemes/base16-brushtrees-dark.config') diff --git a/build_schemes/base16-brushtrees-dark.config b/build_schemes/base16-brushtrees-dark.config new file mode 100644 index 0000000..c8375cb --- /dev/null +++ b/build_schemes/base16-brushtrees-dark.config @@ -0,0 +1,35 @@ +# Base16 Brush Trees Dark +# Author: Abraham White <abelincoln.white@gmail.com> + +set default-bg "#485867" +set default-fg "#5A6D7A" + +set statusbar-fg "#98AFB5" +set statusbar-bg "#6D828E" + +set inputbar-bg "#485867" +set inputbar-fg "#E3EFEF" + +set notification-bg "#485867" +set notification-fg "#E3EFEF" + +set notification-error-bg "#485867" +set notification-error-fg "#b38686" + +set notification-warning-bg "#485867" +set notification-warning-fg "#b38686" + +set highlight-color "#aab386" +set highlight-active-color "#868cb3" + +set completion-bg "#5A6D7A" +set completion-fg "#868cb3" + +set completion-highlight-fg "#E3EFEF" +set completion-highlight-bg "#868cb3" + +set recolor-lightcolor "#485867" +set recolor-darkcolor "#C9DBDC" + +set recolor "false" +set recolor-keephue "false" -- cgit