mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Makes Atlanta work better with inverse themes. Fix for 98745.
This commit is contained in:
parent
49dca9e5b1
commit
b95dd0574c
@ -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
|
||||
|
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user