Thu, 07 Oct 2004 18:09:27 +0000
[gaim-migrate @ 11081]
Halloween.
| pixmaps/logo.png | file | annotate | diff | comparison | revisions | |
| src/gtkconv.c | file | annotate | diff | comparison | revisions | |
| src/stock.c | file | annotate | diff | comparison | revisions |
--- a/src/gtkconv.c Thu Oct 07 00:38:10 2004 +0000 +++ b/src/gtkconv.c Thu Oct 07 18:09:27 2004 +0000 @@ -66,8 +66,8 @@ #define AUTO_RESPONSE "<AUTO-REPLY> : " -#define SEND_COLOR "#16569E" -#define RECV_COLOR "#A82F2F" +#define SEND_COLOR "#0d005d" +#define RECV_COLOR "#fd4100" static char nick_colors[][8] = { "#ba55d3", /* Medium Orchid */
--- a/src/stock.c Thu Oct 07 00:38:10 2004 +0000 +++ b/src/stock.c Thu Oct 07 18:09:27 2004 +0000 @@ -141,7 +141,7 @@ context = gtk_widget_get_pango_context(widget); layout = pango_layout_new(context); - markup = g_strdup_printf("<span foreground=\"#FFFFFF\" size=\"larger\">%s</span>", VERSION); + markup = g_strdup_printf("<span foreground=\"#FF7E00\" size=\"larger\">%s</span>", VERSION); pango_layout_set_font_description(layout, style->font_desc); pango_layout_set_markup(layout, markup, strlen(markup)); g_free(markup);