diff -r 4c91c9a40dea -r 1eb4a6280144 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Thu Apr 26 10:27:04 2007 +0000 +++ b/pidgin/gtkconv.c Thu Apr 26 10:30:44 2007 +0000 @@ -6061,7 +6061,7 @@ else if (gtkconv->unseen_state == PIDGIN_UNSEEN_TEXT) { atk_object_set_description(accessibility_obj, _("Unread Messages")); - strncpy(style, "color=\"#a40000\" weight=\"bold\"", sizeof(style)); + strncpy(style, "color=\"#cc0000\" weight=\"bold\"", sizeof(style)); } else if (gtkconv->unseen_state == PIDGIN_UNSEEN_EVENT) {