From f1f6170bd43c40555aa983b2490446080ef4796f Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 19 Oct 2014 12:17:22 +0200 Subject: GreenLaguna GTK3: adjust metacity theme for GTK3-3.12 to avoid black edges in preferences windows --- desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml | 2 ++ desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml | 2 ++ 2 files changed, 4 insertions(+) (limited to 'desktop-themes') diff --git a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml index 40d03637..e567d4df 100644 --- a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml @@ -327,6 +327,8 @@ + <title color="#000000" x="(width - title_width) / 2" y="(height - title_height) / 2"/> </draw_ops> diff --git a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml index 40d03637..e567d4df 100644 --- a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml +++ b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml @@ -327,6 +327,8 @@ <draw_ops name="title_text_focused"> <clip x="0" y="0" width="width" height="height"/> + <title color="#9f9f9f" + x="(width - title_width) / 2+1" y="(height - title_height) / 2+1"/> <title color="#000000" x="(width - title_width) / 2" y="(height - title_height) / 2"/> </draw_ops> -- cgit v1.2.1