changeset 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 ef57eccb9a3b
children 03c813a42c76
files pixmaps/logo.png src/gtkconv.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
Binary file pixmaps/logo.png has changed
--- 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)))