changeset 10084:e653b2c888f4

[gaim-migrate @ 11081] Halloween. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 07 Oct 2004 18:09:27 +0000
parents b40a9b094f48
children 9c174a7f9afc
files pixmaps/logo.png src/gtkconv.c src/stock.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
Binary file pixmaps/logo.png has changed
--- 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 "&lt;AUTO-REPLY&gt; : "
 
-#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);