From 524c09c012e3e0cc2aa1b613fd50404028afa50a Mon Sep 17 00:00:00 2001 From: HaoZeke Date: Sun, 27 Dec 2020 18:18:26 +0000 Subject: Update repository with the latest base16 colorschemes --- build_schemes/base16-humanoid-dark.config | 35 ------------------------------- 1 file changed, 35 deletions(-) delete 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 deleted file mode 100644 index f239a02..0000000 --- a/build_schemes/base16-humanoid-dark.config +++ /dev/null @@ -1,35 +0,0 @@ -# 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