From 56f0f9b0d8ebfcc83fb457328093988a19267bb5 Mon Sep 17 00:00:00 2001 From: Eddie Barraco Date: Fri, 22 Mar 2019 19:30:27 +0100 Subject: Fix colors --- colors/base16-xcode-dusk.config | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'colors/base16-xcode-dusk.config') diff --git a/colors/base16-xcode-dusk.config b/colors/base16-xcode-dusk.config index f4cf070..9769449 100644 --- a/colors/base16-xcode-dusk.config +++ b/colors/base16-xcode-dusk.config @@ -4,16 +4,16 @@ # You can use these variables anywhere in the mako configuration file. [urgency=low] - background-color = "#3D4048" - text-color = "#686A71" - border-color = "#53555D" +background-color=#3D4048 +text-color=#686A71 +border-color=#53555D [urgency=normal] - background-color = "#53555D" - text-color = "#939599" - border-color = "#939599" +background-color=#53555D +text-color=#939599 +border-color=#939599 [urgency=high] - background-color = "#B21889" - text-color = "#A9AAAE" - border-color = "#BEBFC2" +background-color=#B21889 +text-color=#A9AAAE +border-color=#BEBFC2 -- cgit