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-classic-dark.config | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-classic-dark.config (limited to 'build_schemes/base16-classic-dark.config') diff --git a/build_schemes/base16-classic-dark.config b/build_schemes/base16-classic-dark.config new file mode 100644 index 0000000..0de237c --- /dev/null +++ b/build_schemes/base16-classic-dark.config @@ -0,0 +1,35 @@ +# Base16 Classic Dark +# Author: Jason Heeris (http://heeris.id.au) + +set default-bg "#151515" +set default-fg "#202020" + +set statusbar-fg "#B0B0B0" +set statusbar-bg "#303030" + +set inputbar-bg "#151515" +set inputbar-fg "#F5F5F5" + +set notification-bg "#151515" +set notification-fg "#F5F5F5" + +set notification-error-bg "#151515" +set notification-error-fg "#AC4142" + +set notification-warning-bg "#151515" +set notification-warning-fg "#AC4142" + +set highlight-color "#F4BF75" +set highlight-active-color "#6A9FB5" + +set completion-bg "#202020" +set completion-fg "#6A9FB5" + +set completion-highlight-fg "#F5F5F5" +set completion-highlight-bg "#6A9FB5" + +set recolor-lightcolor "#151515" +set recolor-darkcolor "#E0E0E0" + +set recolor "false" +set recolor-keephue "false" -- cgit