diff options
author | Bill Haneman <billh@src.gnome.org> | 2002-11-17 11:54:10 +0000 |
---|---|---|
committer | Bill Haneman <billh@src.gnome.org> | 2002-11-17 11:54:10 +0000 |
commit | b95dd0574c1395a5b3e26013c97ce05921110f8a (patch) | |
tree | 1744265d1e69d3bb2fd08896f32ce57f9e7befc0 /src | |
parent | 49dca9e5b1365ac53e9a1856dbb4ca684e469726 (diff) | |
download | metacity-b95dd0574c1395a5b3e26013c97ce05921110f8a.tar.gz |
Makes Atlanta work better with inverse themes. Fix for 98745.
Diffstat (limited to 'src')
-rw-r--r-- | src/themes/Atlanta/metacity-theme-1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/themes/Atlanta/metacity-theme-1.xml b/src/themes/Atlanta/metacity-theme-1.xml index 2dc29ae8..ab538ce7 100644 --- a/src/themes/Atlanta/metacity-theme-1.xml +++ b/src/themes/Atlanta/metacity-theme-1.xml @@ -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"/> |