In the next version, that text will be white on brown instead of black
on brown.  I think it is an improvement to legibility.

If you are using an installed package, you can make the same change in
your installed version by modifying the file /usr/bin/axis (e.g., with
sudo gedit /usr/bin/axis) around line 3370:

Change this line:
    t.tag_configure("executing", background="#804040")

To this:
    t.tag_configure("executing", background="#804040", foreground="#ffffff")

you can also experiment with different foreground and background colors
by modifying this line in other ways, but be aware that when you install
a bugfix or upgrade for emc this file will be overwritten.

Jeff

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to