comparison src/gtkconv.c @ 12359:cbf9f2e26916

[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 <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 05 Dec 2005 20:35:50 +0000
parents d1af58b4a463
children 3153661f4d5c
comparison
equal deleted inserted replaced
12358:d1af58b4a463 12359:cbf9f2e26916
66 #include "gtkutils.h" 66 #include "gtkutils.h"
67 #include "gtkstock.h" 67 #include "gtkstock.h"
68 68
69 #define AUTO_RESPONSE "&lt;AUTO-REPLY&gt; : " 69 #define AUTO_RESPONSE "&lt;AUTO-REPLY&gt; : "
70 70
71 #define SEND_COLOR "#16569E" 71 #define SEND_COLOR "#204a87"
72 #define RECV_COLOR "#A82F2F" 72 #define RECV_COLOR "#cc0000"
73 #define HIGHLIGHT_COLOR "#AF7F00" 73 #define HIGHLIGHT_COLOR "#AF7F00"
74 74
75 /* Undef this to turn off "custom-smiley" debug messages */ 75 /* Undef this to turn off "custom-smiley" debug messages */
76 #define DEBUG_CUSTOM_SMILEY 76 #define DEBUG_CUSTOM_SMILEY
77 77