diff options
author | lukefromdc <[email protected]> | 2024-09-05 00:26:33 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-09-05 00:26:33 -0400 |
commit | 23ac3fdda2a7704c0f91a6ff4131d822276240cd (patch) | |
tree | 3fa0803f9352ab1f05191d88e83782a9180c13af /desktop-themes | |
parent | 5075a957adfa2e3380cac81cac51e44b8384087e (diff) | |
download | mate-themes-23ac3fdda2a7704c0f91a6ff4131d822276240cd.tar.bz2 mate-themes-23ac3fdda2a7704c0f91a6ff4131d822276240cd.tar.xz |
BlackMATE: ensure unfocussed window decoration differs from focussed
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/metacity-1/metacity-theme-3.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/metacity-1/metacity-theme-3.xml b/desktop-themes/BlackMATE/metacity-1/metacity-theme-3.xml index 4e81ccc8..925430ef 100644 --- a/desktop-themes/BlackMATE/metacity-1/metacity-theme-3.xml +++ b/desktop-themes/BlackMATE/metacity-1/metacity-theme-3.xml @@ -205,6 +205,13 @@ <draw_ops name="rounded_titlebar_focused_alt"> <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" /> @@ -965,7 +972,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"/> |