Mercurial > libervia-backend
changeset 498:9cc2ffd293f2
primitivus: better focused attributes for roster
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 04 Sep 2012 13:34:52 +0200 |
parents | 50dd2a0196c0 |
children | 28f4ce741ae5 |
files | frontends/src/primitivus/constants.py |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
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"),