Mercurial > libervia-backend
diff frontends/src/primitivus/constants.py @ 498:9cc2ffd293f2
primitivus: better focused attributes for roster
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 04 Sep 2012 13:34:52 +0200 |
parents | 024b321c1aa2 |
children | e9634d2e7b38 |
line wrap: on
line diff
--- 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"),