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-grayscale-light.config | 35 ----------------------------- 1 file changed, 35 deletions(-) delete mode 100644 build_schemes/base16-grayscale-light.config (limited to 'build_schemes/base16-grayscale-light.config') diff --git a/build_schemes/base16-grayscale-light.config b/build_schemes/base16-grayscale-light.config deleted file mode 100644 index be1cabe..0000000 --- a/build_schemes/base16-grayscale-light.config +++ /dev/null @@ -1,35 +0,0 @@ -# Base16 Grayscale Light -# Author: Alexandre Gavioli (https://github.com/Alexx2/) - -set default-bg "#f7f7f7" -set default-fg "#e3e3e3" - -set statusbar-fg "#525252" -set statusbar-bg "#b9b9b9" - -set inputbar-bg "#f7f7f7" -set inputbar-fg "#101010" - -set notification-bg "#f7f7f7" -set notification-fg "#101010" - -set notification-error-bg "#f7f7f7" -set notification-error-fg "#7c7c7c" - -set notification-warning-bg "#f7f7f7" -set notification-warning-fg "#7c7c7c" - -set highlight-color "#a0a0a0" -set highlight-active-color "#686868" - -set completion-bg "#e3e3e3" -set completion-fg "#686868" - -set completion-highlight-fg "#101010" -set completion-highlight-bg "#686868" - -set recolor-lightcolor "#f7f7f7" -set recolor-darkcolor "#252525" - -set recolor "false" -set recolor-keephue "false" -- cgit