Makes Atlanta work better with inverse themes. Fix for 98745.

This commit is contained in:
Bill Haneman 2002-11-17 11:54:10 +00:00
parent 49dca9e5b1
commit b95dd0574c
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2002-11-16 Bill Haneman <bill.haneman@sun.com>
* src/themes/Atlanta/metacity-theme-1.xml:
Changed outer bevel and focus line color to
work better with inverse themes (no effect on
Default or other existing gtk+ themes).
2002-11-13 Havoc Pennington <hp@pobox.com>
* src/ui.c (get_cmap): fix a multihead safety thing (use proper

View File

@ -145,7 +145,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"/>
@ -162,7 +162,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"/>