diff options
author | raveit65 <[email protected]> | 2014-10-19 12:17:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-19 12:17:22 +0200 |
commit | f1f6170bd43c40555aa983b2490446080ef4796f (patch) | |
tree | 57a380a1bfec2a8fd4b0859b686073b45359ff63 | |
parent | d103fe870fa6752a3b4c12367ab0cbd0c1fd1036 (diff) | |
download | mate-themes-f1f6170bd43c40555aa983b2490446080ef4796f.tar.bz2 mate-themes-f1f6170bd43c40555aa983b2490446080ef4796f.tar.xz |
GreenLaguna GTK3: adjust metacity theme for GTK3-3.12
to avoid black edges in preferences windows
-rw-r--r-- | desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml | 2 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml | 2 |
2 files changed, 4 insertions, 0 deletions
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 @@ <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> 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> |