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-horizon-terminal-light.config | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 build_schemes/base16-horizon-terminal-light.config (limited to 'build_schemes/base16-horizon-terminal-light.config') diff --git a/build_schemes/base16-horizon-terminal-light.config b/build_schemes/base16-horizon-terminal-light.config deleted file mode 100644 index 69035a3..0000000 --- a/build_schemes/base16-horizon-terminal-light.config +++ /dev/null @@ -1,35 +0,0 @@ -# Base16 Horizon Light -# Author: Michaƫl Ball (http://github.com/michael-ball/) - -set default-bg "#FDF0ED" -set default-fg "#FADAD1" - -set statusbar-fg "#948C8A" -set statusbar-bg "#F9CBBE" - -set inputbar-bg "#FDF0ED" -set inputbar-fg "#201C1D" - -set notification-bg "#FDF0ED" -set notification-fg "#201C1D" - -set notification-error-bg "#FDF0ED" -set notification-error-fg "#E95678" - -set notification-warning-bg "#FDF0ED" -set notification-warning-fg "#E95678" - -set highlight-color "#FADAD1" -set highlight-active-color "#26BBD9" - -set completion-bg "#FADAD1" -set completion-fg "#26BBD9" - -set completion-highlight-fg "#201C1D" -set completion-highlight-bg "#26BBD9" - -set recolor-lightcolor "#FDF0ED" -set recolor-darkcolor "#302C2D" - -set recolor "false" -set recolor-keephue "false" -- cgit