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-paraiso.config | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-paraiso.config (limited to 'build_schemes/base16-paraiso.config') diff --git a/build_schemes/base16-paraiso.config b/build_schemes/base16-paraiso.config new file mode 100644 index 0000000..6b8f4d3 --- /dev/null +++ b/build_schemes/base16-paraiso.config @@ -0,0 +1,35 @@ +# Base16 Paraiso +# Author: Jan T. Sott + +set default-bg "#2f1e2e" +set default-fg "#41323f" + +set statusbar-fg "#8d8687" +set statusbar-bg "#4f424c" + +set inputbar-bg "#2f1e2e" +set inputbar-fg "#e7e9db" + +set notification-bg "#2f1e2e" +set notification-fg "#e7e9db" + +set notification-error-bg "#2f1e2e" +set notification-error-fg "#ef6155" + +set notification-warning-bg "#2f1e2e" +set notification-warning-fg "#ef6155" + +set highlight-color "#fec418" +set highlight-active-color "#06b6ef" + +set completion-bg "#41323f" +set completion-fg "#06b6ef" + +set completion-highlight-fg "#e7e9db" +set completion-highlight-bg "#06b6ef" + +set recolor-lightcolor "#2f1e2e" +set recolor-darkcolor "#b9b6b0" + +set recolor "false" +set recolor-keephue "false" -- cgit