From 4df20e258d80db282858d8820517dd9f2c739200 Mon Sep 17 00:00:00 2001 From: nicodebo Date: Sun, 12 Feb 2017 17:20:40 +0100 Subject: Build colorschemes Colorscheme were built with the base16-php builder https://github.com/chriskempson/base16-builder-php --- build_schemes/base16-3024.config | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-3024.config (limited to 'build_schemes/base16-3024.config') diff --git a/build_schemes/base16-3024.config b/build_schemes/base16-3024.config new file mode 100644 index 0000000..1c16662 --- /dev/null +++ b/build_schemes/base16-3024.config @@ -0,0 +1,35 @@ +# Base16 3024 +# Author: Jan T. Sott (http://github.com/idleberg) + +set default-bg "#090300" +set default-fg "#3a3432" + +set statusbar-fg "#807d7c" +set statusbar-bg "#4a4543" + +set inputbar-bg "#090300" +set inputbar-fg "#f7f7f7" + +set notification-bg "#090300" +set notification-fg "#f7f7f7" + +set notification-error-bg "#090300" +set notification-error-fg "#db2d20" + +set notification-warning-bg "#090300" +set notification-warning-fg "#db2d20" + +set highlight-color "#fded02" +set highlight-active-color "#01a0e4" + +set completion-bg "#3a3432" +set completion-fg "#01a0e4" + +set completion-highlight-fg "#f7f7f7" +set completion-highlight-bg "#01a0e4" + +set recolor-lightcolor "#090300" +set recolor-darkcolor "#d6d5d4" + +set recolor "false" +set recolor-keephue "false" -- cgit