# HG changeset patch # User Sean Egan # Date 1039939910 0 # Node ID 042a1efb892ab9feeef6bee5ae7117f10d209ee7 # Parent 91c4bd698d39bcf27ef8212fe44159b50a047b18 [gaim-migrate @ 4292] This was suggested by Ben Frantz Dale. I've changed the screenname colors to the red and blue in the official GNOME2 pallete. I don't know if I like it, but it probably makes more sense to use those colors. Besides, I'm colorblind so my opinion doesn't have much of a say. IM me with what you think of it. committer: Tailor Script diff -r 91c4bd698d39 -r 042a1efb892a src/conversation.c --- a/src/conversation.c Sun Dec 15 06:15:27 2002 +0000 +++ b/src/conversation.c Sun Dec 15 08:11:50 2002 +0000 @@ -2005,10 +2005,10 @@ m = m % NUM_NICK_COLORS; strcpy(colour, nick_colors[m]); } else { - strcpy(colour, "#ff0000"); + strcpy(colour, "#a82f2f"); } } else if (flags & WFLAG_SEND) - strcpy(colour, "#0000ff"); + strcpy(colour, "#6b839e"); } }