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-material-lighter.config | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-material-lighter.config (limited to 'build_schemes/base16-material-lighter.config') diff --git a/build_schemes/base16-material-lighter.config b/build_schemes/base16-material-lighter.config new file mode 100644 index 0000000..13046de --- /dev/null +++ b/build_schemes/base16-material-lighter.config @@ -0,0 +1,35 @@ +# Base16 Material Lighter +# Author: Nate Peterson + +set default-bg "#FAFAFA" +set default-fg "#E7EAEC" + +set statusbar-fg "#8796B0" +set statusbar-bg "#CCEAE7" + +set inputbar-bg "#FAFAFA" +set inputbar-fg "#FFFFFF" + +set notification-bg "#FAFAFA" +set notification-fg "#FFFFFF" + +set notification-error-bg "#FAFAFA" +set notification-error-fg "#FF5370" + +set notification-warning-bg "#FAFAFA" +set notification-warning-fg "#FF5370" + +set highlight-color "#FFB62C" +set highlight-active-color "#6182B8" + +set completion-bg "#E7EAEC" +set completion-fg "#6182B8" + +set completion-highlight-fg "#FFFFFF" +set completion-highlight-bg "#6182B8" + +set recolor-lightcolor "#FAFAFA" +set recolor-darkcolor "#80CBC4" + +set recolor "false" +set recolor-keephue "false" -- cgit