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-lakeside.config | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-atelier-lakeside.config (limited to 'build_schemes/base16-atelier-lakeside.config') diff --git a/build_schemes/base16-atelier-lakeside.config b/build_schemes/base16-atelier-lakeside.config new file mode 100644 index 0000000..ea82c03 --- /dev/null +++ b/build_schemes/base16-atelier-lakeside.config @@ -0,0 +1,35 @@ +# Base16 Atelier Lakeside +# Author: Bram de Haan (http://atelierbramdehaan.nl) + +set default-bg "#161b1d" +set default-fg "#1f292e" + +set statusbar-fg "#7195a8" +set statusbar-bg "#516d7b" + +set inputbar-bg "#161b1d" +set inputbar-fg "#ebf8ff" + +set notification-bg "#161b1d" +set notification-fg "#ebf8ff" + +set notification-error-bg "#161b1d" +set notification-error-fg "#d22d72" + +set notification-warning-bg "#161b1d" +set notification-warning-fg "#d22d72" + +set highlight-color "#8a8a0f" +set highlight-active-color "#257fad" + +set completion-bg "#1f292e" +set completion-fg "#257fad" + +set completion-highlight-fg "#ebf8ff" +set completion-highlight-bg "#257fad" + +set recolor-lightcolor "#161b1d" +set recolor-darkcolor "#c1e4f6" + +set recolor "false" +set recolor-keephue "false" -- cgit