# HG changeset patch # User Sean Egan # Date 1039977831 0 # Node ID 8aa62e2e15796c6aa80d93ecf47e6e215ad89d3d # Parent 042a1efb892ab9feeef6bee5ae7117f10d209ee7 [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 diff -r 042a1efb892a -r 8aa62e2e1579 src/conversation.c --- a/src/conversation.c Sun Dec 15 08:11:50 2002 +0000 +++ b/src/conversation.c Sun Dec 15 18:43:51 2002 +0000 @@ -2008,7 +2008,7 @@ strcpy(colour, "#a82f2f"); } } else if (flags & WFLAG_SEND) - strcpy(colour, "#6b839e"); + strcpy(colour, "#16569e"); } }