diff options
-rw-r--r-- | desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml b/desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml index 080d900f..69829d3f 100644 --- a/desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml +++ b/desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml @@ -206,6 +206,14 @@ <include name="titlebar_fill_focused_alt" /> </draw_ops> + <draw_ops name="rounded_titlebar_unfocused"> + <include name="titlebar_fill_unfocused" /> + </draw_ops> + + <draw_ops name="rounded_titlebar_unfocused_alt2"> + <include name="titlebar_fill_unfocused_alt2" /> + </draw_ops> + <draw_ops name="border_focused"> <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> </draw_ops> @@ -930,7 +938,7 @@ <frame_style name="normal_focused" geometry="normal"> <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_unfocused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="rounded_border_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> |