comparison src/conversation.c @ 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 3ccbdf8e7f8d
children 8aa62e2e1579
comparison
equal deleted inserted replaced
4076:91c4bd698d39 4077:042a1efb892a
2003 u++; 2003 u++;
2004 } 2004 }
2005 m = m % NUM_NICK_COLORS; 2005 m = m % NUM_NICK_COLORS;
2006 strcpy(colour, nick_colors[m]); 2006 strcpy(colour, nick_colors[m]);
2007 } else { 2007 } else {
2008 strcpy(colour, "#ff0000"); 2008 strcpy(colour, "#a82f2f");
2009 } 2009 }
2010 } else if (flags & WFLAG_SEND) 2010 } else if (flags & WFLAG_SEND)
2011 strcpy(colour, "#0000ff"); 2011 strcpy(colour, "#6b839e");
2012 } 2012 }
2013 } 2013 }
2014 2014
2015 if (convo_options & OPT_CONVO_SHOW_TIME) 2015 if (convo_options & OPT_CONVO_SHOW_TIME)
2016 g_snprintf(buf, BUF_LONG, "<FONT COLOR=\"%s\"><FONT SIZE=\"2\">(%s) </FONT>" 2016 g_snprintf(buf, BUF_LONG, "<FONT COLOR=\"%s\"><FONT SIZE=\"2\">(%s) </FONT>"