changeset 21749:866e139a79ef

Feeling brave... a bright blue attention color for tab attention. I even got Hylke's approval about this. Sorry if you have sensitive bleeding eyes like Daniel. 006aff is almost a pronouncable color too! Ooh-six-aff! (this is a separate commit so it's easier for disapprovers to disapprove)
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 04 Dec 2007 02:49:41 +0000
parents e9a7bd891880
children 61725f2eb4a6
files pidgin/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Tue Dec 04 02:45:36 2007 +0000
+++ b/pidgin/gtkconv.c	Tue Dec 04 02:49:41 2007 +0000
@@ -7817,7 +7817,7 @@
 		} styles[] = {
 			{"pidgin_tab_label_typing_default", "tab-label-typing", "#4e9a06"},
 			{"pidgin_tab_label_typed_default", "tab-label-typed", "#c4a000"},
-			{"pidgin_tab_label_attention_default", "tab-label-attention", "#204a87"},
+			{"pidgin_tab_label_attention_default", "tab-label-attention", "#006aff"},
 			{"pidgin_tab_label_unreadchat_default", "tab-label-unreadchat", "#cc0000"},
 			{"pidgin_tab_label_event_default", "tab-label-event", "#888a85"},
 			{NULL, NULL, NULL}