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-heetch.config | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 build_schemes/base16-heetch.config (limited to 'build_schemes/base16-heetch.config') diff --git a/build_schemes/base16-heetch.config b/build_schemes/base16-heetch.config deleted file mode 100644 index 614418a..0000000 --- a/build_schemes/base16-heetch.config +++ /dev/null @@ -1,35 +0,0 @@ -# Base16 Heetch Dark -# Author: Geoffrey Teale (tealeg@gmail.com) - -set default-bg "#190134" -set default-fg "#392551" - -set statusbar-fg "#9C92A8" -set statusbar-bg "#5A496E" - -set inputbar-bg "#190134" -set inputbar-fg "#FEFFFF" - -set notification-bg "#190134" -set notification-fg "#FEFFFF" - -set notification-error-bg "#190134" -set notification-error-fg "#27D9D5" - -set notification-warning-bg "#190134" -set notification-warning-fg "#27D9D5" - -set highlight-color "#8F6C97" -set highlight-active-color "#BD0152" - -set completion-bg "#392551" -set completion-fg "#BD0152" - -set completion-highlight-fg "#FEFFFF" -set completion-highlight-bg "#BD0152" - -set recolor-lightcolor "#190134" -set recolor-darkcolor "#DEDAE2" - -set recolor "false" -set recolor-keephue "false" -- cgit