# HG changeset patch # User Goffi # Date 1346758492 -7200 # Node ID 9cc2ffd293f2383cde44c52446758f1d685c7874 # Parent 50dd2a0196c06aa9b04f0c2de6f6ba1093086dc4 primitivus: better focused attributes for roster diff -r 50dd2a0196c0 -r 9cc2ffd293f2 frontends/src/primitivus/constants.py --- a/frontends/src/primitivus/constants.py Tue Sep 04 01:15:19 2012 +0200 +++ b/frontends/src/primitivus/constants.py Tue Sep 04 13:34:52 2012 +0200 @@ -55,11 +55,17 @@ ('progress_normal', 'default', 'black'), ('progress_complete', 'default', 'light red'), ('show_normal', 'default', 'default'), + ('show_normal_focus', 'default, bold', 'default'), ('show_chat', 'dark green', 'default'), + ('show_chat_focus', 'dark green, bold', 'default'), ('show_away', 'brown', 'default'), + ('show_away_focus', 'brown, bold', 'default'), ('show_dnd', 'dark red', 'default'), + ('show_dnd_focus', 'dark red, bold', 'default'), ('show_xa', 'dark red', 'default'), + ('show_xa_focus', 'dark red, bold', 'default'), ('status', 'yellow', 'default'), + ('status_focus', 'yellow, bold', 'default'), ] __builtin__.__dict__['const_SHOW_ICON'] = {"": (u'✔', "show_normal"), "chat": (u'✆', "show_chat"),