summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-04-14 11:50:01 +0200
committerraveit65 <[email protected]>2017-04-14 11:52:23 +0200
commitde3f2783a95002dcaab40876f4c6925202608f90 (patch)
tree0cbd7d97c24986e3b343e0d2f4f46a778c12b774
parenta4ff36664bf2967b481f3f7c53d95e417a4f2acc (diff)
downloadmate-themes-de3f2783a95002dcaab40876f4c6925202608f90.tar.bz2
mate-themes-de3f2783a95002dcaab40876f4c6925202608f90.tar.xz
metacity submarine themes: fix innerborder if metacity or compiz WM is used
-rw-r--r--desktop-themes/Blue-Submarine/metacity-1/metacity-theme-1.xml23
-rw-r--r--desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml23
2 files changed, 22 insertions, 24 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 9c1bfbbc..dc5b0780 100644
--- a/desktop-themes/Blue-Submarine/metacity-1/metacity-theme-1.xml
+++ b/desktop-themes/Blue-Submarine/metacity-1/metacity-theme-1.xml
@@ -51,23 +51,22 @@
<constant name="ButtonIPad" value="3"/>
<draw_ops name="inner_window_border">
- <gradient type="vertical" x="left_width-1" y="top_height-1" width="1" height="height-bottom_height-top_height+2">
+ <gradient type="vertical" x="0" y="top_height-1" width="3" height="height-bottom_height-top_height+2">
+ <color value="#303030"/>
+ <color value="#303030"/>
<color value="#303030"/>
- <color value="#CBD5D9"/>
- <color value="#CBD5D9"/>
</gradient>
- <gradient type="vertical" x="width-right_width" y="top_height-1" width="1" height="height-bottom_height-top_height+2">
+ <gradient type="vertical" x="width-right_width" y="top_height-1" width="3" height="height-bottom_height-top_height+2">
+ <color value="#303030"/>
+ <color value="#303030"/>
<color value="#303030"/>
- <color value="#CBD5D9"/>
- <color value="#CBD5D9"/>
</gradient>
- <line color="#303030"
- x1="left_width" y1="top_height-1" x2="width-right_width"
- y2="top_height-1" />
- <line color="#CBD5D9"
- x1="left_width" y1="height-bottom_height" x2="width-right_width"
- y2="height-bottom_height" />
+ <gradient type="horizontal" x="0" y="height-bottom_height" width="width" height="3">
+ <color value="#303030"/>
+ <color value="#303030"/>
+ <color value="#303030"/>
+ </gradient>
</draw_ops>
<!-- ** stripes ** -->
diff --git a/desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml b/desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml
index 23e22039..5e44ca48 100644
--- a/desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml
+++ b/desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml
@@ -51,23 +51,22 @@
<constant name="ButtonIPad" value="3"/>
<draw_ops name="inner_window_border">
- <gradient type="vertical" x="left_width-1" y="top_height-1" width="1" height="height-bottom_height-top_height+2">
+ <gradient type="vertical" x="0" y="top_height-1" width="3" height="height-bottom_height-top_height+2">
+ <color value="#303030"/>
+ <color value="#303030"/>
<color value="#303030"/>
- <color value="#CBD9D4"/>
- <color value="#CBD9D4"/>
</gradient>
- <gradient type="vertical" x="width-right_width" y="top_height-1" width="1" height="height-bottom_height-top_height+2">
+ <gradient type="vertical" x="width-right_width" y="top_height-1" width="3" height="height-bottom_height-top_height+2">
+ <color value="#303030"/>
+ <color value="#303030"/>
<color value="#303030"/>
- <color value="#CBD9D4"/>
- <color value="#CBD9D4"/>
</gradient>
- <line color="#303030"
- x1="left_width" y1="top_height-1" x2="width-right_width"
- y2="top_height-1" />
- <line color="#CBD9D4"
- x1="left_width" y1="height-bottom_height" x2="width-right_width"
- y2="height-bottom_height" />
+ <gradient type="horizontal" x="0" y="height-bottom_height" width="width" height="3">
+ <color value="#303030"/>
+ <color value="#303030"/>
+ <color value="#303030"/>
+ </gradient>
</draw_ops>
<!-- ** stripes ** -->