diff options
author | raveit65 <[email protected]> | 2016-04-12 21:15:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-12 21:15:21 +0200 |
commit | 886f0d60c72492e49647faf32d0c62cb3bfb999c (patch) | |
tree | a1063fdb7781ed433ebb00b4d6e84a83d90bf52b /desktop-themes | |
parent | 173c2c39d06869fba9fbc10e7c131bdcbf9f889e (diff) | |
download | mate-themes-886f0d60c72492e49647faf32d0c62cb3bfb999c.tar.bz2 mate-themes-886f0d60c72492e49647faf32d0c62cb3bfb999c.tar.xz |
GTK+-3.14 Hig contrast themes: fix colors of decoration buttons
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/ContrastHigh/metacity-1/metacity-theme-1.xml | 18 | ||||
-rw-r--r-- | desktop-themes/ContrastHighInverse/metacity-1/metacity-theme-1.xml | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/desktop-themes/ContrastHigh/metacity-1/metacity-theme-1.xml b/desktop-themes/ContrastHigh/metacity-1/metacity-theme-1.xml index b8b410df..11a8c70e 100644 --- a/desktop-themes/ContrastHigh/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/ContrastHigh/metacity-1/metacity-theme-1.xml @@ -84,7 +84,7 @@ </draw_ops> <draw_ops name="minimize_button"> - <line color="gtk:fg[NORMAL]" + <line color="gtk:bg[NORMAL]" x1="ButtonIPad" y1="height - ButtonIPad - ThickLineWidth + 1" x2="width - ButtonIPad" @@ -97,9 +97,9 @@ </draw_ops> <draw_ops name="maximize_button"> - <rectangle color="gtk:fg[NORMAL]" filled="false" + <rectangle color="gtk:bg[NORMAL]" filled="false" x="ButtonIPad" y="ButtonIPad" width="width-ButtonIPad*2-1" height="height-ButtonIPad*2-1"/> - <line color="gtk:fg[NORMAL]" width="3" + <line color="gtk:bg[NORMAL]" width="3" x1="ButtonIPad" y1="ButtonIPad+1" x2="width-ButtonIPad" y2="ButtonIPad+1"/> </draw_ops> @@ -108,9 +108,9 @@ </draw_ops> <draw_ops name="mini_window_icon"> - <rectangle color="gtk:bg[NORMAL]" filled="true" + <rectangle color="gtk:fg[NORMAL]" filled="true" x="0" y="0" width="width-1" height="height-1"/> - <rectangle color="gtk:fg[NORMAL]" filled="false" + <rectangle color="gtk:bg[NORMAL]" filled="false" x="0" y="0" width="width-1" height="height-1"/> <line color="gtk:fg[NORMAL]" width="2" x1="0" y1="1" x2="width" y2="1"/> @@ -132,11 +132,11 @@ </draw_ops> <draw_ops name="close_button"> - <line color="gtk:fg[NORMAL]" + <line color="gtk:bg[NORMAL]" x1="ButtonIPad" y1="ButtonIPad" x2="width - ButtonIPad - 1" y2="height - ButtonIPad - 1" width="1"/> - <line color="gtk:fg[NORMAL]" + <line color="gtk:bg[NORMAL]" x1="ButtonIPad" y1="height - ButtonIPad - 1" x2="width - ButtonIPad - 1" y2="ButtonIPad" width="1"/> @@ -164,7 +164,7 @@ </draw_ops> <draw_ops name="focus_outline"> - <rectangle color="gtk:fg[NORMAL]" + <rectangle color="gtk:bg[NORMAL]" x="left_width-1" y="top_height-1" width="width-left_width-right_width+1" height="height-top_height-bottom_height+1"/> @@ -212,7 +212,7 @@ <draw_ops name="title_text_with_icon"> <clip x="0" y="0" width="width-SpacerWidth" height="height"/> - <title color="gtk:fg[NORMAL]" + <title color="gtk:bg[NORMAL]" x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing" y="((height - title_height) / 2) `max` 0"/> <icon x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2" diff --git a/desktop-themes/ContrastHighInverse/metacity-1/metacity-theme-1.xml b/desktop-themes/ContrastHighInverse/metacity-1/metacity-theme-1.xml index a80cc850..abb943a5 100644 --- a/desktop-themes/ContrastHighInverse/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/ContrastHighInverse/metacity-1/metacity-theme-1.xml @@ -84,7 +84,7 @@ </draw_ops> <draw_ops name="minimize_button"> - <line color="gtk:fg[NORMAL]" + <line color="gtk:bg[NORMAL]" x1="ButtonIPad" y1="height - ButtonIPad - ThickLineWidth + 1" x2="width - ButtonIPad" @@ -97,9 +97,9 @@ </draw_ops> <draw_ops name="maximize_button"> - <rectangle color="gtk:fg[NORMAL]" filled="false" + <rectangle color="gtk:bg[NORMAL]" filled="false" x="ButtonIPad" y="ButtonIPad" width="width-ButtonIPad*2-1" height="height-ButtonIPad*2-1"/> - <line color="gtk:fg[NORMAL]" width="3" + <line color="gtk:bg[NORMAL]" width="3" x1="ButtonIPad" y1="ButtonIPad+1" x2="width-ButtonIPad" y2="ButtonIPad+1"/> </draw_ops> @@ -108,9 +108,9 @@ </draw_ops> <draw_ops name="mini_window_icon"> - <rectangle color="gtk:bg[NORMAL]" filled="true" + <rectangle color="gtk:fg[NORMAL]" filled="true" x="0" y="0" width="width-1" height="height-1"/> - <rectangle color="gtk:fg[NORMAL]" filled="false" + <rectangle color="gtk:bg[NORMAL]" filled="false" x="0" y="0" width="width-1" height="height-1"/> <line color="gtk:fg[NORMAL]" width="2" x1="0" y1="1" x2="width" y2="1"/> @@ -132,11 +132,11 @@ </draw_ops> <draw_ops name="close_button"> - <line color="gtk:fg[NORMAL]" + <line color="gtk:bg[NORMAL]" x1="ButtonIPad" y1="ButtonIPad" x2="width - ButtonIPad - 1" y2="height - ButtonIPad - 1" width="1"/> - <line color="gtk:fg[NORMAL]" + <line color="gtk:bg[NORMAL]" x1="ButtonIPad" y1="height - ButtonIPad - 1" x2="width - ButtonIPad - 1" y2="ButtonIPad" width="1"/> @@ -164,7 +164,7 @@ </draw_ops> <draw_ops name="focus_outline"> - <rectangle color="gtk:fg[NORMAL]" + <rectangle color="gtk:bg[NORMAL]" x="left_width-1" y="top_height-1" width="width-left_width-right_width+1" height="height-top_height-bottom_height+1"/> @@ -212,7 +212,7 @@ <draw_ops name="title_text_with_icon"> <clip x="0" y="0" width="width-SpacerWidth" height="height"/> - <title color="gtk:fg[NORMAL]" + <title color="gtk:bg[NORMAL]" x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing" y="((height - title_height) / 2) `max` 0"/> <icon x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2" |