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-xcode-dusk.config | 35 ---------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 build_schemes/base16-xcode-dusk.config (limited to 'build_schemes/base16-xcode-dusk.config') diff --git a/build_schemes/base16-xcode-dusk.config b/build_schemes/base16-xcode-dusk.config deleted file mode 100644 index 8c458b5..0000000 --- a/build_schemes/base16-xcode-dusk.config +++ /dev/null @@ -1,35 +0,0 @@ -# Base16 XCode Dusk -# Author: Elsa Gonsiorowski (https://github.com/gonsie) - -set default-bg "#282B35" -set default-fg "#3D4048" - -set statusbar-fg "#7E8086" -set statusbar-bg "#53555D" - -set inputbar-bg "#282B35" -set inputbar-fg "#BEBFC2" - -set notification-bg "#282B35" -set notification-fg "#BEBFC2" - -set notification-error-bg "#282B35" -set notification-error-fg "#B21889" - -set notification-warning-bg "#282B35" -set notification-warning-fg "#B21889" - -set highlight-color "#438288" -set highlight-active-color "#790EAD" - -set completion-bg "#3D4048" -set completion-fg "#790EAD" - -set completion-highlight-fg "#BEBFC2" -set completion-highlight-bg "#790EAD" - -set recolor-lightcolor "#282B35" -set recolor-darkcolor "#A9AAAE" - -set recolor "false" -set recolor-keephue "false" -- cgit