comparison src/conversation.c @ 4078:8aa62e2e1579

[gaim-migrate @ 4293] Adjusted the saturation on the new blue to make it not look like slate gray Again, tell me what you think. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 15 Dec 2002 18:43:51 +0000
parents 042a1efb892a
children 286d487a4fd7
comparison
equal deleted inserted replaced
4077:042a1efb892a 4078:8aa62e2e1579
2006 strcpy(colour, nick_colors[m]); 2006 strcpy(colour, nick_colors[m]);
2007 } else { 2007 } else {
2008 strcpy(colour, "#a82f2f"); 2008 strcpy(colour, "#a82f2f");
2009 } 2009 }
2010 } else if (flags & WFLAG_SEND) 2010 } else if (flags & WFLAG_SEND)
2011 strcpy(colour, "#6b839e"); 2011 strcpy(colour, "#16569e");
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>"