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-gruvbox-light-soft.config | 35 -------------------------- 1 file changed, 35 deletions(-) delete mode 100644 build_schemes/base16-gruvbox-light-soft.config (limited to 'build_schemes/base16-gruvbox-light-soft.config') diff --git a/build_schemes/base16-gruvbox-light-soft.config b/build_schemes/base16-gruvbox-light-soft.config deleted file mode 100644 index a366fd0..0000000 --- a/build_schemes/base16-gruvbox-light-soft.config +++ /dev/null @@ -1,35 +0,0 @@ -# Base16 Gruvbox light, soft -# Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) - -set default-bg "#f2e5bc" -set default-fg "#ebdbb2" - -set statusbar-fg "#665c54" -set statusbar-bg "#d5c4a1" - -set inputbar-bg "#f2e5bc" -set inputbar-fg "#282828" - -set notification-bg "#f2e5bc" -set notification-fg "#282828" - -set notification-error-bg "#f2e5bc" -set notification-error-fg "#9d0006" - -set notification-warning-bg "#f2e5bc" -set notification-warning-fg "#9d0006" - -set highlight-color "#b57614" -set highlight-active-color "#076678" - -set completion-bg "#ebdbb2" -set completion-fg "#076678" - -set completion-highlight-fg "#282828" -set completion-highlight-bg "#076678" - -set recolor-lightcolor "#f2e5bc" -set recolor-darkcolor "#3c3836" - -set recolor "false" -set recolor-keephue "false" -- cgit