src/gtkconv.c

changeset 7854
b8594b759a30
parent 7853
cd8b631ff166
child 7855
272c6a3311d1
--- 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 "<AUTO-REPLY> : "
 
+#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);
 			}
 		}
 

mercurial