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-sulphurpool.config | 35 +++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-atelier-sulphurpool.config (limited to 'build_schemes/base16-atelier-sulphurpool.config') diff --git a/build_schemes/base16-atelier-sulphurpool.config b/build_schemes/base16-atelier-sulphurpool.config new file mode 100644 index 0000000..dc739bb --- /dev/null +++ b/build_schemes/base16-atelier-sulphurpool.config @@ -0,0 +1,35 @@ +# Base16 Atelier Sulphurpool +# Author: Bram de Haan (http://atelierbramdehaan.nl) + +set default-bg "#202746" +set default-fg "#293256" + +set statusbar-fg "#898ea4" +set statusbar-bg "#5e6687" + +set inputbar-bg "#202746" +set inputbar-fg "#f5f7ff" + +set notification-bg "#202746" +set notification-fg "#f5f7ff" + +set notification-error-bg "#202746" +set notification-error-fg "#c94922" + +set notification-warning-bg "#202746" +set notification-warning-fg "#c94922" + +set highlight-color "#c08b30" +set highlight-active-color "#3d8fd1" + +set completion-bg "#293256" +set completion-fg "#3d8fd1" + +set completion-highlight-fg "#f5f7ff" +set completion-highlight-bg "#3d8fd1" + +set recolor-lightcolor "#202746" +set recolor-darkcolor "#dfe2f1" + +set recolor "false" +set recolor-keephue "false" -- cgit