diff src/gtkconv.c @ 7854:1e8322fc19b5

[gaim-migrate @ 8508] Merry X-Mas (My priest uses the term "X-Mas," to refer to the secular celebration that coincides with Advent, and Christmas to refer to the actual Christmas season directly after Advent and "X-Mas.") committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 13 Dec 2003 19:34:40 +0000
parents 340df1652af1
children a3c9d0a1658e
line wrap: on
line diff
--- a/src/gtkconv.c	Sat Dec 13 19:31:54 2003 +0000
+++ b/src/gtkconv.c	Sat Dec 13 19:34:40 2003 +0000
@@ -63,6 +63,9 @@
 
 #define AUTO_RESPONSE "&lt;AUTO-REPLY&gt; : "
 
+#define SEND_COLOR "#267726"
+#define RECV_COLOR "#A82F22F"
+
 static char nick_colors[][8] = {
 	"#ba55d3",              /* Medium Orchid */
 	"#ee82ee",              /* Violet */
@@ -4567,10 +4570,10 @@
 						strcpy(color, nick_colors[m]);
 					}
 					else
-						strcpy(color, "#A82F2F");
+						strcpy(color, RECV_COLOR);
 				}
 				else if (flags & GAIM_MESSAGE_SEND)
-					strcpy(color, "#16569E");
+					strcpy(color, SEND_COLOR);
 			}
 		}