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-bespin.config | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'colors/base16-bespin.config') diff --git a/colors/base16-bespin.config b/colors/base16-bespin.config index a757b39..4a18ab8 100644 --- a/colors/base16-bespin.config +++ b/colors/base16-bespin.config @@ -4,16 +4,16 @@ # You can use these variables anywhere in the mako configuration file. [urgency=low] - background-color = "#36312e" - text-color = "#666666" - border-color = "#5e5d5c" +background-color=#36312e +text-color=#666666 +border-color=#5e5d5c [urgency=normal] - background-color = "#5e5d5c" - text-color = "#8a8986" - border-color = "#8a8986" +background-color=#5e5d5c +text-color=#8a8986 +border-color=#8a8986 [urgency=high] - background-color = "#cf6a4c" - text-color = "#9d9b97" - border-color = "#baae9e" +background-color=#cf6a4c +text-color=#9d9b97 +border-color=#baae9e -- cgit