diff options
author | lukefromdc <[email protected]> | 2024-09-05 00:57:07 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-09-05 00:57:07 -0400 |
commit | a85ad3e182612c11885860b76e8950c5e1288633 (patch) | |
tree | 046c3c2ef6dfe2dfb3238b304cb085884b0f996e /desktop-themes/BlackMATE-border/metacity-1 | |
parent | df2b819d6cbaa6bff7af8926c2a1b85e4d301934 (diff) | |
download | mate-themes-master.tar.bz2 mate-themes-master.tar.xz |
Diffstat (limited to 'desktop-themes/BlackMATE-border/metacity-1')
-rw-r--r-- | desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml | 4 |
1 files changed, 2 insertions, 2 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 69829d3f..5545212a 100644 --- a/desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml +++ b/desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml @@ -938,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_unfocused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="rounded_border_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> @@ -973,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"/> |