diff options
author | raveit65 <[email protected]> | 2016-09-25 10:23:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-09-25 10:23:17 +0200 |
commit | 8620f6eaae26b0fee2d174b541264628fc5a6c80 (patch) | |
tree | f7e70861d3a4f75d2ec6737c1df99076f21c7b2f /desktop-themes | |
parent | 4af9dc4857db472fccc2bb2d13b0f0db37014264 (diff) | |
download | mate-themes-8620f6eaae26b0fee2d174b541264628fc5a6c80.tar.bz2 mate-themes-8620f6eaae26b0fee2d174b541264628fc5a6c80.tar.xz |
metacity Menta themes: draw a thin black border line for maximize windows
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml | 22 | ||||
-rw-r--r-- | desktop-themes/Menta/metacity-1/metacity-theme-2.xml | 22 |
2 files changed, 38 insertions, 6 deletions
diff --git a/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml b/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml index 8f424ad3..dca46dc7 100644 --- a/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml +++ b/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml @@ -39,9 +39,9 @@ </frame_geometry> <frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> - <distance name="left_width" value="0" /> - <distance name="right_width" value="0" /> - <distance name="bottom_height" value="0" /> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> <distance name="left_titlebar_edge" value="4"/> <distance name="right_titlebar_edge" value="1"/> <distance name="title_vertical_pad" value="9"/> <!-- @@ -249,6 +249,20 @@ color="C_border_unfocused" /> </draw_ops> +<draw_ops name="max_border_focused"> + <line color="C_border_focused" x1="0" y1="0" x2="width-1" y2="0" /> + <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_focused" x1="0" y1="0" x2="0" y2="height-2" /> + <line color="C_border_focused" x1="width-1" y1="0" x2="width-1" y2="height-2" /> +</draw_ops> + +<draw_ops name="max_border_unfocused"> + <line color="C_border_unfocused" x1="0" y1="0" x2="width-1" y2="0" /> + <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_unfocused" x1="0" y1="0" x2="0" y2="height-2" /> + <line color="C_border_unfocused" x1="width-1" y1="0" x2="width-1" y2="height-2" /> +</draw_ops> + <!-- button icons--> <draw_ops name="close_glyph_focused"> @@ -511,6 +525,7 @@ <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_fill_focused_alt" /> <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="max_border_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> @@ -542,6 +557,7 @@ <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="max_border_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused"/> <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> diff --git a/desktop-themes/Menta/metacity-1/metacity-theme-2.xml b/desktop-themes/Menta/metacity-1/metacity-theme-2.xml index b078105a..df0e5fa8 100644 --- a/desktop-themes/Menta/metacity-1/metacity-theme-2.xml +++ b/desktop-themes/Menta/metacity-1/metacity-theme-2.xml @@ -39,9 +39,9 @@ </frame_geometry> <frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> - <distance name="left_width" value="0" /> - <distance name="right_width" value="0" /> - <distance name="bottom_height" value="0" /> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> <distance name="left_titlebar_edge" value="4"/> <distance name="right_titlebar_edge" value="1"/> <distance name="title_vertical_pad" value="9"/> <!-- @@ -249,6 +249,20 @@ color="C_border_unfocused" /> </draw_ops> +<draw_ops name="max_border_focused"> + <line color="C_border_focused" x1="0" y1="0" x2="width-1" y2="0" /> + <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_focused" x1="0" y1="0" x2="0" y2="height-2" /> + <line color="C_border_focused" x1="width-1" y1="0" x2="width-1" y2="height-2" /> +</draw_ops> + +<draw_ops name="max_border_unfocused"> + <line color="C_border_unfocused" x1="0" y1="0" x2="width-1" y2="0" /> + <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_unfocused" x1="0" y1="0" x2="0" y2="height-2" /> + <line color="C_border_unfocused" x1="width-1" y1="0" x2="width-1" y2="height-2" /> +</draw_ops> + <!-- button icons--> <draw_ops name="close_glyph_focused"> @@ -511,6 +525,7 @@ <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_fill_focused_alt" /> <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="max_border_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> @@ -542,6 +557,7 @@ <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="max_border_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused"/> <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> |