changeset 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 5836e5ab5455
files src/conversation.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");
 			}
 		}