changeset 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
files src/gtkconv.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 "&lt;AUTO-REPLY&gt; : "
 
-#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 */