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 | |
parent | 49dca9e5b1365ac53e9a1856dbb4ca684e469726 (diff) | |
download | metacity-b95dd0574c1395a5b3e26013c97ce05921110f8a.tar.gz |
Makes Atlanta work better with inverse themes. Fix for 98745.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | src/themes/Atlanta/metacity-theme-1.xml | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -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 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"/> |