summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE-border
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/BlackMATE-border')
-rw-r--r--desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml10
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..5545212a 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>
@@ -965,7 +973,7 @@
<frame_style name="normal_unfocused" geometry="normal_unfocused">
<piece position="entire_background" draw_ops="entire_background_unfocused" />
- <piece position="titlebar" draw_ops="rounded_titlebar_focused" />
+ <piece position="titlebar" draw_ops="rounded_titlebar_unfocused" />
<piece position="title" draw_ops="title_unfocused" />
<piece position="overlay" draw_ops="rounded_border_unfocused" />
<button function="close" state="normal" draw_ops="close_unfocused"/>