diff options
author | lukefromdc <[email protected]> | 2024-09-05 00:46:38 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-09-05 00:46:38 -0400 |
commit | df2b819d6cbaa6bff7af8926c2a1b85e4d301934 (patch) | |
tree | a443bbca1aecd87a9a1a17678b6bb0314c4a6e82 /desktop-themes | |
parent | 23ac3fdda2a7704c0f91a6ff4131d822276240cd (diff) | |
download | mate-themes-df2b819d6cbaa6bff7af8926c2a1b85e4d301934.tar.bz2 mate-themes-df2b819d6cbaa6bff7af8926c2a1b85e4d301934.tar.xz |
BlackMATE-border: ensure unfocussed window titlebar is different from focussed window titlebar
Diffstat (limited to 'desktop-themes')
-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" /> |