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

Commit

Permalink
Fix Esco metacity-theme-3.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
smurphos committed Jul 6, 2018
1 parent 8055d40 commit 9875e59
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion files/Esco/metacity-1/metacity-theme-3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,13 @@
</gradient>
</draw_ops>

<draw_ops name="gradient_background_unfocused">
<gradient type="vertical" x="0" y="0" width="width" height="top_height">
<color value="gtk:light[NORMAL]"/>
<color value="gtk:dark[NORMAL]"/>
</gradient>
</draw_ops>

<draw_ops name="outer_bevel_focused">
<gtk_box state="selected" shadow="out" x="2" y="2" width="width - 2"
height="height - 2"/>
Expand Down Expand Up @@ -912,7 +919,7 @@

<frame_style name="maximized_unfocused" geometry="normal_small_borders"
parent="normal_unfocused">
<piece position="entire_background" draw_ops="blank"/>
<piece position="entire_background" draw_ops="gradient_background_unfocused"/>

<piece position="title" draw_ops="title_maximized"/>

Expand Down

0 comments on commit 9875e59

Please sign in to comment.