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-eighties.config | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'colors/base16-eighties.config') diff --git a/colors/base16-eighties.config b/colors/base16-eighties.config index 750187d..fa9117b 100644 --- a/colors/base16-eighties.config +++ b/colors/base16-eighties.config @@ -3,16 +3,16 @@ # # You can use these variables anywhere in the mako configuration file. -background-color=#515151 +background-color=#2d2d2d text-color=#d3d0c8 -border-color=#d3d0c8 +border-color=#6699cc [urgency=low] -background-color=#393939 -text-color=#747369 -border-color=#d3d0c8 +background-color=#2d2d2d +text-color=#ffcc66 +border-color=#6699cc [urgency=high] -background-color=#f2777a -text-color=#e8e6df -border-color=#d3d0c8 +background-color=#2d2d2d +text-color=#f2777a +border-color=#6699cc -- cgit