summaryrefslogtreecommitdiff
path: root/src/themes/Bright/metacity-theme-1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/themes/Bright/metacity-theme-1.xml')
-rw-r--r--src/themes/Bright/metacity-theme-1.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/themes/Bright/metacity-theme-1.xml b/src/themes/Bright/metacity-theme-1.xml
index b5db5d44..a55f4462 100644
--- a/src/themes/Bright/metacity-theme-1.xml
+++ b/src/themes/Bright/metacity-theme-1.xml
@@ -190,7 +190,7 @@
</draw_ops>
<draw_ops name="outer_bevel">
- <rectangle color="#000000"
+ <rectangle color="gtk:fg[NORMAL]"
x="0" y="0" width="width-1" height="height-1"/>
<line color="gtk:light[NORMAL]"
x1="1" y1="1" x2="1" y2="height-2"/>
@@ -207,7 +207,7 @@
</draw_ops>
<draw_ops name="focus_outline">
- <rectangle color="#000000"
+ <rectangle color="gtk:fg[NORMAL]"
x="left_width-1" y="top_height-1"
width="width-left_width-right_width+1"
height="height-top_height-bottom_height+1"/>
@@ -218,6 +218,11 @@
<include name="focus_outline"/>
</draw_ops>
+<draw_ops name="background_unfocused">
+ <include name="outer_bevel"/>
+ <include name="focus_outline"/>
+</draw_ops>
+
<draw_ops name="title_box">
<rectangle color="gtk:fg[NORMAL]" filled="false"
x="0" y="1" width="width-SpacerWidth+3" height="height-2"/>
@@ -278,7 +283,7 @@
</draw_ops>
<frame_style name="normal_unfocused" geometry="normal">
- <piece position="entire_background" draw_ops="outer_bevel"/>
+ <piece position="entire_background" draw_ops="background_unfocused"/>
<piece position="title" draw_ops="title_normal"/>
<!-- we don't specify for prelight, so normal is used -->