diff src/gtkconv.c @ 11731:d9aab67a9e07

[gaim-migrate @ 14022] Warming up for a busy Saturday night of Gaim hacking with some festive artwork and gtkconv colors. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 23 Oct 2005 01:22:25 +0000
parents 872932089400
children 2f6b4c544d5b
line wrap: on
line diff
--- a/src/gtkconv.c	Sun Oct 23 00:29:12 2005 +0000
+++ b/src/gtkconv.c	Sun Oct 23 01:22:25 2005 +0000
@@ -67,8 +67,8 @@
 
 #define AUTO_RESPONSE "&lt;AUTO-REPLY&gt; : "
 
-#define SEND_COLOR "#16569E"
-#define RECV_COLOR "#A82F2F"
+#define SEND_COLOR "#001f41"
+#define RECV_COLOR "#a63802"
 
 #define LUMINANCE(c) (float)((0.3*(c.red))+(0.59*(c.green))+(0.11*(c.blue)))