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-unikitty-dark.config | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-unikitty-dark.config (limited to 'build_schemes/base16-unikitty-dark.config') diff --git a/build_schemes/base16-unikitty-dark.config b/build_schemes/base16-unikitty-dark.config new file mode 100644 index 0000000..ee811c5 --- /dev/null +++ b/build_schemes/base16-unikitty-dark.config @@ -0,0 +1,35 @@ +# Base16 Unikitty Dark +# Author: Josh W Lewis (@joshwlewis) + +set default-bg "#2e2a31" +set default-fg "#4a464d" + +set statusbar-fg "#9f9da2" +set statusbar-bg "#666369" + +set inputbar-bg "#2e2a31" +set inputbar-fg "#f5f4f7" + +set notification-bg "#2e2a31" +set notification-fg "#f5f4f7" + +set notification-error-bg "#2e2a31" +set notification-error-fg "#d8137f" + +set notification-warning-bg "#2e2a31" +set notification-warning-fg "#d8137f" + +set highlight-color "#dc8a0e" +set highlight-active-color "#796af5" + +set completion-bg "#4a464d" +set completion-fg "#796af5" + +set completion-highlight-fg "#f5f4f7" +set completion-highlight-bg "#796af5" + +set recolor-lightcolor "#2e2a31" +set recolor-darkcolor "#d8d7da" + +set recolor "false" +set recolor-keephue "false" -- cgit