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.config | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-material.config (limited to 'build_schemes/base16-material.config') diff --git a/build_schemes/base16-material.config b/build_schemes/base16-material.config new file mode 100644 index 0000000..f682194 --- /dev/null +++ b/build_schemes/base16-material.config @@ -0,0 +1,35 @@ +# Base16 Material +# Author: Nate Peterson + +set default-bg "#263238" +set default-fg "#2E3C43" + +set statusbar-fg "#B2CCD6" +set statusbar-bg "#314549" + +set inputbar-bg "#263238" +set inputbar-fg "#FFFFFF" + +set notification-bg "#263238" +set notification-fg "#FFFFFF" + +set notification-error-bg "#263238" +set notification-error-fg "#F07178" + +set notification-warning-bg "#263238" +set notification-warning-fg "#F07178" + +set highlight-color "#FFCB6B" +set highlight-active-color "#82AAFF" + +set completion-bg "#2E3C43" +set completion-fg "#82AAFF" + +set completion-highlight-fg "#FFFFFF" +set completion-highlight-bg "#82AAFF" + +set recolor-lightcolor "#263238" +set recolor-darkcolor "#EEFFFF" + +set recolor "false" +set recolor-keephue "false" -- cgit