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-summercamp.config | 35 ---------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 build_schemes/base16-summercamp.config (limited to 'build_schemes/base16-summercamp.config') diff --git a/build_schemes/base16-summercamp.config b/build_schemes/base16-summercamp.config deleted file mode 100644 index 7725e55..0000000 --- a/build_schemes/base16-summercamp.config +++ /dev/null @@ -1,35 +0,0 @@ -# Base16 summercamp -# Author: zoe firi (zoefiri.github.io) - -set default-bg "#1c1810" -set default-fg "#2a261c" - -set statusbar-fg "#5f5b45" -set statusbar-bg "#3a3527" - -set inputbar-bg "#1c1810" -set inputbar-fg "#f8f5de" - -set notification-bg "#1c1810" -set notification-fg "#f8f5de" - -set notification-error-bg "#1c1810" -set notification-error-fg "#e35142" - -set notification-warning-bg "#1c1810" -set notification-warning-fg "#e35142" - -set highlight-color "#f2ff27" -set highlight-active-color "#489bf0" - -set completion-bg "#2a261c" -set completion-fg "#489bf0" - -set completion-highlight-fg "#f8f5de" -set completion-highlight-bg "#489bf0" - -set recolor-lightcolor "#1c1810" -set recolor-darkcolor "#bab696" - -set recolor "false" -set recolor-keephue "false" -- cgit