diff options
author | raveit65 <[email protected]> | 2019-05-27 12:19:57 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-17 17:39:48 +0200 |
commit | 1cbefd68957491db65f502f2cb63d56a6f0cad06 (patch) | |
tree | f32788e7c2f96424ffae7ff77528eeac91e0a542 /desktop-themes/BlueMenta | |
parent | c7bf2a5837808c90633f309cc86bc0eac5527e55 (diff) | |
download | mate-themes-1cbefd68957491db65f502f2cb63d56a6f0cad06.tar.bz2 mate-themes-1cbefd68957491db65f502f2cb63d56a6f0cad06.tar.xz |
Menta: add selectable metacity theme with borders
This will add a second selectable theme for using without
compositor and invisible borders.
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml | 8 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/metacity-1/metacity-theme-3.xml | 27 |
2 files changed, 17 insertions, 18 deletions
diff --git a/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml b/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml index eaf534f5..2431fd03 100644 --- a/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml +++ b/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml @@ -22,9 +22,9 @@ <!-- geometries --> <frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="6" /> - <distance name="right_width" value="6" /> - <distance name="bottom_height" value="6" /> + <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="12"/> @@ -41,7 +41,7 @@ <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="1" /> + <distance name="bottom_height" value="0" /> <distance name="left_titlebar_edge" value="5"/> <distance name="right_titlebar_edge" value="0"/> <distance name="title_vertical_pad" value="8"/> <!-- diff --git a/desktop-themes/BlueMenta/metacity-1/metacity-theme-3.xml b/desktop-themes/BlueMenta/metacity-1/metacity-theme-3.xml index f17cec62..4d21e198 100644 --- a/desktop-themes/BlueMenta/metacity-1/metacity-theme-3.xml +++ b/desktop-themes/BlueMenta/metacity-1/metacity-theme-3.xml @@ -23,9 +23,9 @@ <!-- geometries --> <frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="6" /> - <distance name="right_width" value="6" /> - <distance name="bottom_height" value="6" /> + <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="12"/> @@ -51,7 +51,6 @@ or you'll have bigger buttons --> <border name="title_border" left="10" right="10" top="2" bottom="2"/> <border name="button_border" left="0" right="0" top="0" bottom="2"/> - <distance name="bottom_height" value="0" /> </frame_geometry> <frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> @@ -77,9 +76,9 @@ </frame_geometry> <frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > - <distance name="left_width" value="6" /> - <distance name="right_width" value="6" /> - <distance name="bottom_height" value="6" /> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> <border name="title_border" left="10" right="10" top="0" bottom="0" /> <border name="button_border" left="0" right="0" top="0" bottom="0"/> <distance name="title_vertical_pad" value="1" /> @@ -100,9 +99,9 @@ <frame_geometry name="attached" title_scale="medium" hide_buttons="true" rounded_top_left="4" rounded_top_right="4" rounded_bottom_left="4" rounded_bottom_right="4" parent="normal"> <distance name="title_vertical_pad" value="9"/> - <distance name="bottom_height" value="4"/> - <distance name="left_width" value="4"/> - <distance name="right_width" value="4"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> </frame_geometry> <!-- drawing operations --> @@ -230,7 +229,7 @@ </draw_ops> -<!-- <draw_ops name="border_right_focused"> +<draw_ops name="border_right_focused"> <line x1="width-1" y1="0" x2="width-1" y2="height" @@ -242,7 +241,7 @@ x1="width-1" y1="0" x2="width-1" y2="height" color="C_border_unfocused" /> -</draw_ops> --> +</draw_ops> <draw_ops name="border_left_focused"> <line @@ -977,7 +976,7 @@ <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_fill_focused" /> <piece position="title" draw_ops="title_focused" /> - <!-- <piece position="overlay" draw_ops="border_right_focused" /> --> + <piece position="overlay" draw_ops="border_right_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" /> @@ -1009,7 +1008,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="border_right_unfocused" /> --> + <piece position="overlay" draw_ops="border_right_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"/> |