Tue, 04 Dec 2007 02:49:41 +0000
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)
| pidgin/gtkconv.c | file | annotate | diff | comparison | revisions |
--- 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}