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-atelier-savanna-light.config | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'colors/base16-atelier-savanna-light.config') diff --git a/colors/base16-atelier-savanna-light.config b/colors/base16-atelier-savanna-light.config index ea02493..b2e40af 100644 --- a/colors/base16-atelier-savanna-light.config +++ b/colors/base16-atelier-savanna-light.config @@ -4,16 +4,16 @@ # You can use these variables anywhere in the mako configuration file. [urgency=low] - background-color = "#dfe7e2" - text-color = "#78877d" - border-color = "#87928a" +background-color=#dfe7e2 +text-color=#78877d +border-color=#87928a [urgency=normal] - background-color = "#87928a" - text-color = "#526057" - border-color = "#526057" +background-color=#87928a +text-color=#526057 +border-color=#526057 [urgency=high] - background-color = "#b16139" - text-color = "#232a25" - border-color = "#171c19" +background-color=#b16139 +text-color=#232a25 +border-color=#171c19 -- cgit