Mercurial > pidgin
changeset 4077:042a1efb892a
[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 <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sun, 15 Dec 2002 08:11:50 +0000 |
parents | 91c4bd698d39 |
children | 8aa62e2e1579 |
files | src/conversation.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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"); } }