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-light.config | 35 ------------------------------ 1 file changed, 35 deletions(-) delete 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 deleted file mode 100644 index 4dc3e44..0000000 --- a/build_schemes/base16-humanoid-light.config +++ /dev/null @@ -1,35 +0,0 @@ -# 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