From 8c24c80c94a9f9aa46d5d6bf2a67b5576140e653 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 18 Apr 2018 13:54:11 +0200 Subject: Fix HighContrast themes visibility with metacity When rendered with metacity (e.g. with metacity-theme-viewer), the back background parts of HighContrast and HighContrastInverse actually show up transparent. This is because the corresponding rectangles were missing the filled attribute. In the HighContrast case, the gtk_arrow is getting drawn black on black (and there is currently no way to change the color), so we can as well draw it by hand to be able to change the color. The close button also deserves bigger width to be more visible. Fixes #211 --- .../HighContrastInverse/metacity-1/metacity-theme-1.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/HighContrastInverse/metacity-1/metacity-theme-1.xml b/desktop-themes/HighContrastInverse/metacity-1/metacity-theme-1.xml index 9129356a..d2fd4c33 100644 --- a/desktop-themes/HighContrastInverse/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/HighContrastInverse/metacity-1/metacity-theme-1.xml @@ -135,11 +135,11 @@ + width="3"/> + width="3"/> @@ -147,7 +147,9 @@ - + -- cgit v1.2.1