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-dark.config | 35 -------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 build_schemes/base16-horizon-dark.config (limited to 'build_schemes/base16-horizon-dark.config') diff --git a/build_schemes/base16-horizon-dark.config b/build_schemes/base16-horizon-dark.config deleted file mode 100644 index 9a2aff2..0000000 --- a/build_schemes/base16-horizon-dark.config +++ /dev/null @@ -1,35 +0,0 @@ -# Base16 Horizon Dark -# Author: Michaƫl Ball (http://github.com/michael-ball/) - -set default-bg "#1C1E26" -set default-fg "#232530" - -set statusbar-fg "#9DA0A2" -set statusbar-bg "#2E303E" - -set inputbar-bg "#1C1E26" -set inputbar-fg "#E3E6EE" - -set notification-bg "#1C1E26" -set notification-fg "#E3E6EE" - -set notification-error-bg "#1C1E26" -set notification-error-fg "#E93C58" - -set notification-warning-bg "#1C1E26" -set notification-warning-fg "#E93C58" - -set highlight-color "#EFB993" -set highlight-active-color "#DF5273" - -set completion-bg "#232530" -set completion-fg "#DF5273" - -set completion-highlight-fg "#E3E6EE" -set completion-highlight-bg "#DF5273" - -set recolor-lightcolor "#1C1E26" -set recolor-darkcolor "#DCDFE4" - -set recolor "false" -set recolor-keephue "false" -- cgit