From 4c40eb94f74830fac0177ac7802fd6e5b738e92a Mon Sep 17 00:00:00 2001 From: travankor Date: Tue, 17 Mar 2020 04:57:29 -0700 Subject: Update configs --- colors/base16-grayscale-light.config | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'colors/base16-grayscale-light.config') diff --git a/colors/base16-grayscale-light.config b/colors/base16-grayscale-light.config index e8d5d69..53d30fd 100644 --- a/colors/base16-grayscale-light.config +++ b/colors/base16-grayscale-light.config @@ -3,16 +3,16 @@ # # You can use these variables anywhere in the mako configuration file. -background-color=#b9b9b9 +background-color=#f7f7f7 text-color=#464646 -border-color=#464646 +border-color=#686868 [urgency=low] -background-color=#e3e3e3 -text-color=#ababab -border-color=#464646 +background-color=#f7f7f7 +text-color=#a0a0a0 +border-color=#686868 [urgency=high] -background-color=#7c7c7c -text-color=#252525 -border-color=#464646 +background-color=#f7f7f7 +text-color=#7c7c7c +border-color=#686868 -- cgit