From ad0b621bb4725a028ff05fc0c75f1b618d079138 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Wed, 10 Jun 2020 02:05:42 +0000 Subject: base16: Update schemes --- build_schemes/base16-humanoid-light.config | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-humanoid-light.config (limited to 'build_schemes/base16-humanoid-light.config') diff --git a/build_schemes/base16-humanoid-light.config b/build_schemes/base16-humanoid-light.config new file mode 100644 index 0000000..4dc3e44 --- /dev/null +++ b/build_schemes/base16-humanoid-light.config @@ -0,0 +1,35 @@ +# Base16 Humanoid light +# Author: Thomas (tasmo) Friese + +set default-bg "#f8f8f2" +set default-fg "#efefe9" + +set statusbar-fg "#60615d" +set statusbar-bg "#deded8" + +set inputbar-bg "#f8f8f2" +set inputbar-fg "#070708" + +set notification-bg "#f8f8f2" +set notification-fg "#070708" + +set notification-error-bg "#f8f8f2" +set notification-error-fg "#b0151a" + +set notification-warning-bg "#f8f8f2" +set notification-warning-fg "#b0151a" + +set highlight-color "#ffb627" +set highlight-active-color "#0082c9" + +set completion-bg "#efefe9" +set completion-fg "#0082c9" + +set completion-highlight-fg "#070708" +set completion-highlight-bg "#0082c9" + +set recolor-lightcolor "#f8f8f2" +set recolor-darkcolor "#2f3337" + +set recolor "false" +set recolor-keephue "false" -- cgit