diff options
author | raveit65 <[email protected]> | 2019-06-02 14:12:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-17 17:39:48 +0200 |
commit | 13ec1b98d7aebfa2e23ceca0dda67ef9292a0d59 (patch) | |
tree | 741af26519d37d61e89c4a69b3e0be29f7663634 /desktop-themes/Blue-Submarine | |
parent | 1cbefd68957491db65f502f2cb63d56a6f0cad06 (diff) | |
download | mate-themes-13ec1b98d7aebfa2e23ceca0dda67ef9292a0d59.tar.bz2 mate-themes-13ec1b98d7aebfa2e23ceca0dda67ef9292a0d59.tar.xz |
Submarine: add metacity themes with huge borders
can be used in non-compositor case
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/metacity-1/metacity-theme-1.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/desktop-themes/Blue-Submarine/metacity-1/metacity-theme-1.xml b/desktop-themes/Blue-Submarine/metacity-1/metacity-theme-1.xml index dc5b0780..ebe79ad1 100644 --- a/desktop-themes/Blue-Submarine/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/Blue-Submarine/metacity-1/metacity-theme-1.xml @@ -11,9 +11,9 @@ </info> <frame_geometry name="normal" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> - <distance name="left_width" value="3"/> - <distance name="right_width" value="3"/> - <distance name="bottom_height" value="3"/> + <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="4"/> <aspect_ratio name="button" value="1"/> @@ -26,7 +26,7 @@ <!-- strip frame spacing off the normal geometry when maximised --> <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="1"/> <distance name="right_titlebar_edge" value="1"/> <distance name="title_vertical_pad" value="1"/> @@ -35,9 +35,9 @@ </frame_geometry> <frame_geometry name="border" has_title="false" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> - <distance name="left_width" value="3"/> - <distance name="right_width" value="3"/> - <distance name="bottom_height" value="3"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> <distance name="left_titlebar_edge" value="0"/> <distance name="right_titlebar_edge" value="0"/> <distance name="button_width" value="0"/> @@ -51,18 +51,18 @@ <constant name="ButtonIPad" value="3"/> <draw_ops name="inner_window_border"> - <gradient type="vertical" x="0" y="top_height-1" width="3" height="height-bottom_height-top_height+2"> + <gradient type="vertical" x="0" y="top_height-1" width="1" height="height-bottom_height-top_height+2"> <color value="#303030"/> <color value="#303030"/> <color value="#303030"/> </gradient> - <gradient type="vertical" x="width-right_width" y="top_height-1" width="3" height="height-bottom_height-top_height+2"> + <gradient type="vertical" x="width-right_width" y="top_height-1" width="1" height="height-bottom_height-top_height+2"> <color value="#303030"/> <color value="#303030"/> <color value="#303030"/> </gradient> - <gradient type="horizontal" x="0" y="height-bottom_height" width="width" height="3"> + <gradient type="horizontal" x="0" y="height-bottom_height" width="width" height="1"> <color value="#303030"/> <color value="#303030"/> <color value="#303030"/> |