From 99dded9753ca92c1715565d5166ebe076dbea3ac Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 18 May 2015 10:56:28 +0200 Subject: some metacity fixes --- gtk-3.0/_colors-public.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk-3.0/_colors-public.scss') diff --git a/gtk-3.0/_colors-public.scss b/gtk-3.0/_colors-public.scss index 34ace1f..7383b07 100644 --- a/gtk-3.0/_colors-public.scss +++ b/gtk-3.0/_colors-public.scss @@ -29,7 +29,7 @@ //WM $wm_highlight: lighten(opacify($header_bg, 1), 4%); -$wm_bg_unfocused: opacify($header_bg, 1); +$wm_bg_unfocused: opacify(lighten($header_bg, 3%), 1); @define-color wm_title #{"" + $header_fg}; @define-color wm_unfocused_title alpha(#{"" + $header_fg}, 0.7); -- cgit v1.2.3