# HG changeset patch # User Richard Laager # Date 1133814950 0 # Node ID cbf9f2e269160e284f4113ce37117e8b6bc4607f # Parent d1af58b4a4635e534cb2f0132d6ad9c6f0b37b20 [gaim-migrate @ 14663] Put back the send and receive colors. I accidentally modified these with my first commit of the day to gtkconv.c, to modify the color selection algorithm. committer: Tailor Script diff -r d1af58b4a463 -r cbf9f2e26916 src/gtkconv.c --- a/src/gtkconv.c Mon Dec 05 20:34:00 2005 +0000 +++ b/src/gtkconv.c Mon Dec 05 20:35:50 2005 +0000 @@ -68,8 +68,8 @@ #define AUTO_RESPONSE "<AUTO-REPLY> : " -#define SEND_COLOR "#16569E" -#define RECV_COLOR "#A82F2F" +#define SEND_COLOR "#204a87" +#define RECV_COLOR "#cc0000" #define HIGHLIGHT_COLOR "#AF7F00" /* Undef this to turn off "custom-smiley" debug messages */