summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2016-04-27 12:38:57 +0300
committerbionel <ionel.busuioc@gmail.com>2016-04-27 12:38:57 +0300
commitc42cbf7a1e0f1ae446fbb39922e6ba49a590a9cf (patch)
tree9d4f1fd7da76da3ee6881497443f7f7cfe0d060f
parent084af693d34a6f8015f798b756d1a24c5e1b8fc2 (diff)
better prelight for dark theme buttons
-rwxr-xr-xKogaion-nighttime/metacity-1/metacity-theme-2.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/Kogaion-nighttime/metacity-1/metacity-theme-2.xml b/Kogaion-nighttime/metacity-1/metacity-theme-2.xml
index 1157c49..d9e9f58 100755
--- a/Kogaion-nighttime/metacity-1/metacity-theme-2.xml
+++ b/Kogaion-nighttime/metacity-1/metacity-theme-2.xml
@@ -14,6 +14,7 @@
<constant name="C_border_focused" value="gtk:bg[NORMAL]" />
<constant name="C_hilight_focused" value="gtk:dark[SELECTED]" />
+<constant name="C_selected_focused" value="gtk:bg[SELECTED]" />
<constant name="C_border_unfocused" value="gtk:bg[INSENSITIVE]" />
<constant name="C_hilight_unfocused" value="gtk:light[INSENSITIVE]" />
@@ -150,12 +151,12 @@
</draw_ops>
<draw_ops name="minimize_focused_prelight">
- <rectangle x="1" y="1" width="25" height="25" color="C_hilight_focused" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="C_selected_focused" filled="true"/>
<image filename="minimize_focused_prelight.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_focused_pressed">
- <rectangle x="1" y="1" width="25" height="25" color="C_hilight_focused" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="C_selected_focused" filled="true"/>
<image filename="minimize_focused_pressed.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
@@ -178,12 +179,12 @@
</draw_ops>
<draw_ops name="maximize_focused_prelight">
- <rectangle x="1" y="1" width="25" height="25" color="C_hilight_focused" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="C_selected_focused" filled="true"/>
<image filename="maximize_focused_prelight.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="maximize_focused_pressed">
- <rectangle x="1" y="1" width="25" height="25" color="C_hilight_focused" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="C_selected_focused" filled="true"/>
<image filename="maximize_focused_pressed.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
@@ -206,12 +207,12 @@
</draw_ops>
<draw_ops name="unmaximize_focused_prelight">
- <rectangle x="1" y="1" width="25" height="25" color="C_hilight_focused" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="C_selected_focused" filled="true"/>
<image filename="unmaximize_focused_prelight.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="unmaximize_focused_pressed">
- <rectangle x="1" y="1" width="25" height="25" color="C_hilight_focused" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="C_selected_focused" filled="true"/>
<image filename="unmaximize_focused_pressed.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
@@ -234,12 +235,12 @@
</draw_ops>
<draw_ops name="close_focused_prelight">
- <rectangle x="1" y="1" width="25" height="25" color="C_hilight_focused" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="C_selected_focused" filled="true"/>
<image filename="close_focused_prelight.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="close_focused_pressed">
- <rectangle x="1" y="1" width="25" height="25" color="C_hilight_focused" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="C_selected_focused" filled="true"/>
<image filename="close_focused_pressed.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>