# HG changeset patch # User Sean Egan # Date 1130030545 0 # Node ID d9aab67a9e0754df42c33621fd0fe3da4b366350 # Parent ef57eccb9a3b2b87fd75a17c9dc6686161c85a09 [gaim-migrate @ 14022] Warming up for a busy Saturday night of Gaim hacking with some festive artwork and gtkconv colors. committer: Tailor Script diff -r ef57eccb9a3b -r d9aab67a9e07 pixmaps/logo.png Binary file pixmaps/logo.png has changed diff -r ef57eccb9a3b -r d9aab67a9e07 src/gtkconv.c --- 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 "<AUTO-REPLY> : " -#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)))