From a85f7b8d360f2fc32e1797f618f52329327a6038 Mon Sep 17 00:00:00 2001 From: nicodebo Date: Mon, 20 Nov 2017 13:26:15 +0100 Subject: Update output remove trailing space in template --- build_schemes/base16-xcode-dusk.config | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create 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 new file mode 100644 index 0000000..8c458b5 --- /dev/null +++ b/build_schemes/base16-xcode-dusk.config @@ -0,0 +1,35 @@ +# 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