# HG changeset patch # User Stu Tomlinson # Date 1196736581 0 # Node ID 866e139a79ef558c4aab4db5f566443017b2a417 # Parent e9a7bd8918805395946c940c9cd24e38dcada077 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) diff -r e9a7bd891880 -r 866e139a79ef pidgin/gtkconv.c --- 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}