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-mexico-light.config | 35 -------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 build_schemes/base16-mexico-light.config (limited to 'build_schemes/base16-mexico-light.config') diff --git a/build_schemes/base16-mexico-light.config b/build_schemes/base16-mexico-light.config deleted file mode 100644 index 1750bd4..0000000 --- a/build_schemes/base16-mexico-light.config +++ /dev/null @@ -1,35 +0,0 @@ -# Base16 Mexico Light -# Author: Sheldon Johnson - -set default-bg "#f8f8f8" -set default-fg "#e8e8e8" - -set statusbar-fg "#585858" -set statusbar-bg "#d8d8d8" - -set inputbar-bg "#f8f8f8" -set inputbar-fg "#181818" - -set notification-bg "#f8f8f8" -set notification-fg "#181818" - -set notification-error-bg "#f8f8f8" -set notification-error-fg "#ab4642" - -set notification-warning-bg "#f8f8f8" -set notification-warning-fg "#ab4642" - -set highlight-color "#f79a0e" -set highlight-active-color "#7cafc2" - -set completion-bg "#e8e8e8" -set completion-fg "#7cafc2" - -set completion-highlight-fg "#181818" -set completion-highlight-bg "#7cafc2" - -set recolor-lightcolor "#f8f8f8" -set recolor-darkcolor "#282828" - -set recolor "false" -set recolor-keephue "false" -- cgit