From 56f0f9b0d8ebfcc83fb457328093988a19267bb5 Mon Sep 17 00:00:00 2001 From: Eddie Barraco Date: Fri, 22 Mar 2019 19:30:27 +0100 Subject: Fix colors --- templates/default.mustache | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'templates/default.mustache') diff --git a/templates/default.mustache b/templates/default.mustache index 0232580..4c5a53f 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -4,16 +4,16 @@ # You can use these variables anywhere in the mako configuration file. [urgency=low] - background-color = "#{{base01-hex}}" - text-color = "#{{base03-hex}}" - border-color = "#{{base02-hex}}" +background-color=#{{base01-hex}} +text-color=#{{base03-hex}} +border-color=#{{base02-hex}} [urgency=normal] - background-color = "#{{base02-hex}}" - text-color = "#{{base05-hex}}" - border-color = "#{{base05-hex}}" +background-color=#{{base02-hex}} +text-color=#{{base05-hex}} +border-color=#{{base05-hex}} [urgency=high] - background-color = "#{{base08-hex}}" - text-color = "#{{base06-hex}}" - border-color = "#{{base07-hex}}" +background-color=#{{base08-hex}} +text-color=#{{base06-hex}} +border-color=#{{base07-hex}} -- cgit