summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-06 14:24:28 +0200
committerraveit65 <[email protected]>2016-06-06 14:24:28 +0200
commit346ab26de083e8efe0f40e8d3a48b66dc5f2c070 (patch)
tree936be9cc557e1c80d8861140450ab3e50a249efa
parent431864d02c6dbf6e870afe8a24a1a55c90b46e06 (diff)
downloadmate-themes-346ab26de083e8efe0f40e8d3a48b66dc5f2c070.tar.bz2
mate-themes-346ab26de083e8efe0f40e8d3a48b66dc5f2c070.tar.xz
HighContrastInverse metacity: fix button colors
-rw-r--r--desktop-themes/ContrastHighInverse/metacity-1/metacity-theme-1.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop-themes/ContrastHighInverse/metacity-1/metacity-theme-1.xml b/desktop-themes/ContrastHighInverse/metacity-1/metacity-theme-1.xml
index a80cc850..6e151378 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>
@@ -112,7 +112,7 @@
x="0" y="0" width="width-1" height="height-1"/>
<rectangle color="gtk:fg[NORMAL]" filled="false"
x="0" y="0" width="width-1" height="height-1"/>
- <line color="gtk:fg[NORMAL]" width="2"
+ <line color="gtk:bg[NORMAL]" width="2"
x1="0" y1="1" x2="width" y2="1"/>
</draw_ops>
@@ -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"/>