comparison src/gtkconv.c @ 11731:d9aab67a9e07

[gaim-migrate @ 14022] Warming up for a busy Saturday night of Gaim hacking with some festive artwork and gtkconv colors. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 23 Oct 2005 01:22:25 +0000
parents 872932089400
children 2f6b4c544d5b
comparison
equal deleted inserted replaced
11730:ef57eccb9a3b 11731:d9aab67a9e07
65 #include "gtkutils.h" 65 #include "gtkutils.h"
66 #include "gtkstock.h" 66 #include "gtkstock.h"
67 67
68 #define AUTO_RESPONSE "&lt;AUTO-REPLY&gt; : " 68 #define AUTO_RESPONSE "&lt;AUTO-REPLY&gt; : "
69 69
70 #define SEND_COLOR "#16569E" 70 #define SEND_COLOR "#001f41"
71 #define RECV_COLOR "#A82F2F" 71 #define RECV_COLOR "#a63802"
72 72
73 #define LUMINANCE(c) (float)((0.3*(c.red))+(0.59*(c.green))+(0.11*(c.blue))) 73 #define LUMINANCE(c) (float)((0.3*(c.red))+(0.59*(c.green))+(0.11*(c.blue)))
74 74
75 /* These colors come from the default GNOME palette */ 75 /* These colors come from the default GNOME palette */
76 static GdkColor nick_colors[] = { 76 static GdkColor nick_colors[] = {