Mercurial > libervia-backend
comparison frontends/src/primitivus/constants.py @ 1973:a9908e751c42
quick_frontend, primitivus (chat): mention detection in group chat + notification (mention and messages)
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 27 Jun 2016 22:37:51 +0200 |
parents | 02d21a589be2 |
children | f09562b0704d |
comparison
equal
deleted
inserted
replaced
1972:02d21a589be2 | 1973:a9908e751c42 |
---|---|
31 ('selected_focus', 'default,bold', 'dark red'), | 31 ('selected_focus', 'default,bold', 'dark red'), |
32 ('default', 'default', 'default'), | 32 ('default', 'default', 'default'), |
33 ('default_focus', 'default,bold', 'default'), | 33 ('default_focus', 'default,bold', 'default'), |
34 ('cl_notifs', 'default,underline', 'yellow'), | 34 ('cl_notifs', 'default,underline', 'yellow'), |
35 ('cl_notifs_focus', 'default,bold,underline', 'yellow'), | 35 ('cl_notifs_focus', 'default,bold,underline', 'yellow'), |
36 ('cl_mention', 'dark red', 'default'), | |
37 ('cl_mention_focus', 'dark red,bold', 'default'), | |
36 # Messages | 38 # Messages |
37 ('date', 'light gray', 'default'), | 39 ('date', 'light gray', 'default'), |
38 ('my_nick', 'dark red,bold', 'default'), | 40 ('my_nick', 'dark red,bold', 'default'), |
39 ('other_nick', 'dark cyan,bold', 'default'), | 41 ('other_nick', 'dark cyan,bold', 'default'), |
40 ('info_msg', 'yellow', 'default', 'bold'), | 42 ('info_msg', 'yellow', 'default', 'bold'), |
41 ('msg_lang', 'dark cyan', 'default'), | 43 ('msg_lang', 'dark cyan', 'default'), |
44 ('msg_mention', 'dark red, bold', 'default'), | |
42 | 45 |
43 ('menubar', 'light gray,bold', 'dark red'), | 46 ('menubar', 'light gray,bold', 'dark red'), |
44 ('menubar_focus', 'light gray,bold', 'dark green'), | 47 ('menubar_focus', 'light gray,bold', 'dark green'), |
45 ('selected_menu', 'light gray,bold', 'dark green'), | 48 ('selected_menu', 'light gray,bold', 'dark green'), |
46 ('menuitem', 'light gray,bold', 'dark red'), | 49 ('menuitem', 'light gray,bold', 'dark red'), |