Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
497:50dd2a0196c0 | 498:9cc2ffd293f2 |
---|---|
53 ('separator', 'brown', 'default'), | 53 ('separator', 'brown', 'default'), |
54 ('warning', 'light red', 'default'), | 54 ('warning', 'light red', 'default'), |
55 ('progress_normal', 'default', 'black'), | 55 ('progress_normal', 'default', 'black'), |
56 ('progress_complete', 'default', 'light red'), | 56 ('progress_complete', 'default', 'light red'), |
57 ('show_normal', 'default', 'default'), | 57 ('show_normal', 'default', 'default'), |
58 ('show_normal_focus', 'default, bold', 'default'), | |
58 ('show_chat', 'dark green', 'default'), | 59 ('show_chat', 'dark green', 'default'), |
60 ('show_chat_focus', 'dark green, bold', 'default'), | |
59 ('show_away', 'brown', 'default'), | 61 ('show_away', 'brown', 'default'), |
62 ('show_away_focus', 'brown, bold', 'default'), | |
60 ('show_dnd', 'dark red', 'default'), | 63 ('show_dnd', 'dark red', 'default'), |
64 ('show_dnd_focus', 'dark red, bold', 'default'), | |
61 ('show_xa', 'dark red', 'default'), | 65 ('show_xa', 'dark red', 'default'), |
66 ('show_xa_focus', 'dark red, bold', 'default'), | |
62 ('status', 'yellow', 'default'), | 67 ('status', 'yellow', 'default'), |
68 ('status_focus', 'yellow, bold', 'default'), | |
63 ] | 69 ] |
64 __builtin__.__dict__['const_SHOW_ICON'] = {"": (u'✔', "show_normal"), | 70 __builtin__.__dict__['const_SHOW_ICON'] = {"": (u'✔', "show_normal"), |
65 "chat": (u'✆', "show_chat"), | 71 "chat": (u'✆', "show_chat"), |
66 "away": (u'✈', "show_away"), | 72 "away": (u'✈', "show_away"), |
67 "dnd": (u'✖', "show_dnd"), | 73 "dnd": (u'✖', "show_dnd"), |