Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

Commit

Permalink
HighContrast - Fix inner button prelight and pressed background colors
Browse files Browse the repository at this point in the history
  • Loading branch information
smurphos committed Nov 5, 2018
1 parent a7a6b2c commit a74aa1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/HighContrast/metacity-1/metacity-theme-3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -905,11 +905,11 @@
</draw_ops>

<draw_ops name="button_inner_right_fill_prelight">
<tint color="gtk:custom(wm_button_prelight_bg,gtk:fg[NORMAL])" alpha="1" x="2" y="0" width="width-2" height="height-3" />
<tint color="gtk:custom(wm_button_prelight_bg,#000000)" alpha="1" x="2" y="0" width="width-2" height="height-3" />
</draw_ops>

<draw_ops name="button_inner_right_fill_pressed">
<tint color="gtk:custom(wm_button_pressed_bg,gtk:text[NORMAL])" alpha="1" x="2" y="0" width="width-2" height="height-3" />
<include name="button_inner_right_fill_prelight" />
</draw_ops>

<draw_ops name="button_inner_right_border">
Expand Down Expand Up @@ -944,11 +944,11 @@
</draw_ops>

<draw_ops name="button_inner_left_fill_prelight">
<tint color="gtk:custom(wm_button_prelight_bg,gtk:fg[NORMAL])" alpha="1" x="1" y="0" width="width-2" height="height-3" />
<tint color="gtk:custom(wm_button_prelight_bg,#000000)" alpha="1" x="1" y="0" width="width-2" height="height-3" />
</draw_ops>

<draw_ops name="button_inner_left_fill_pressed">
<tint color="gtk:custom(wm_button_pressed_bg,gtk:text[NORMAL])" alpha="1" x="1" y="0" width="width-2" height="height-3" />
<include name="button_inner_left_fill_prelight" />
</draw_ops>

<draw_ops name="button_inner_left_border">
Expand Down

0 comments on commit a74aa1a

Please sign in to comment.