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-vulcan.config | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 build_schemes/base16-vulcan.config (limited to 'build_schemes/base16-vulcan.config') diff --git a/build_schemes/base16-vulcan.config b/build_schemes/base16-vulcan.config deleted file mode 100644 index f4730aa..0000000 --- a/build_schemes/base16-vulcan.config +++ /dev/null @@ -1,35 +0,0 @@ -# Base16 vulcan -# Author: Andrey Varfolomeev - -set default-bg "#041523" -set default-fg "#122339" - -set statusbar-fg "#6b6977" -set statusbar-bg "#003552" - -set inputbar-bg "#041523" -set inputbar-fg "#214d68" - -set notification-bg "#041523" -set notification-fg "#214d68" - -set notification-error-bg "#041523" -set notification-error-fg "#818591" - -set notification-warning-bg "#041523" -set notification-warning-fg "#818591" - -set highlight-color "#adb4b9" -set highlight-active-color "#977d7c" - -set completion-bg "#122339" -set completion-fg "#977d7c" - -set completion-highlight-fg "#214d68" -set completion-highlight-bg "#977d7c" - -set recolor-lightcolor "#041523" -set recolor-darkcolor "#333238" - -set recolor "false" -set recolor-keephue "false" -- cgit