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-dark.config | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-humanoid-dark.config (limited to 'build_schemes/base16-humanoid-dark.config') diff --git a/build_schemes/base16-humanoid-dark.config b/build_schemes/base16-humanoid-dark.config new file mode 100644 index 0000000..f239a02 --- /dev/null +++ b/build_schemes/base16-humanoid-dark.config @@ -0,0 +1,35 @@ +# Base16 Humanoid dark +# Author: Thomas (tasmo) Friese + +set default-bg "#232629" +set default-fg "#333b3d" + +set statusbar-fg "#c0c0bd" +set statusbar-bg "#484e54" + +set inputbar-bg "#232629" +set inputbar-fg "#fcfcfc" + +set notification-bg "#232629" +set notification-fg "#fcfcfc" + +set notification-error-bg "#232629" +set notification-error-fg "#f11235" + +set notification-warning-bg "#232629" +set notification-warning-fg "#f11235" + +set highlight-color "#ffb627" +set highlight-active-color "#00a6fb" + +set completion-bg "#333b3d" +set completion-fg "#00a6fb" + +set completion-highlight-fg "#fcfcfc" +set completion-highlight-bg "#00a6fb" + +set recolor-lightcolor "#232629" +set recolor-darkcolor "#fcfcf6" + +set recolor "false" +set recolor-keephue "false" -- cgit