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-atelier-savanna.config | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-atelier-savanna.config (limited to 'build_schemes/base16-atelier-savanna.config') diff --git a/build_schemes/base16-atelier-savanna.config b/build_schemes/base16-atelier-savanna.config new file mode 100644 index 0000000..fba16ef --- /dev/null +++ b/build_schemes/base16-atelier-savanna.config @@ -0,0 +1,35 @@ +# Base16 Atelier Savanna +# Author: Bram de Haan (http://atelierbramdehaan.nl) + +set default-bg "#171c19" +set default-fg "#232a25" + +set statusbar-fg "#78877d" +set statusbar-bg "#526057" + +set inputbar-bg "#171c19" +set inputbar-fg "#ecf4ee" + +set notification-bg "#171c19" +set notification-fg "#ecf4ee" + +set notification-error-bg "#171c19" +set notification-error-fg "#b16139" + +set notification-warning-bg "#171c19" +set notification-warning-fg "#b16139" + +set highlight-color "#a07e3b" +set highlight-active-color "#478c90" + +set completion-bg "#232a25" +set completion-fg "#478c90" + +set completion-highlight-fg "#ecf4ee" +set completion-highlight-bg "#478c90" + +set recolor-lightcolor "#171c19" +set recolor-darkcolor "#dfe7e2" + +set recolor "false" +set recolor-keephue "false" -- cgit