Mercurial > libervia-backend
diff 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 |
line wrap: on
line diff
--- a/frontends/src/primitivus/constants.py Mon Jun 27 22:36:22 2016 +0200 +++ b/frontends/src/primitivus/constants.py Mon Jun 27 22:37:51 2016 +0200 @@ -33,12 +33,15 @@ ('default_focus', 'default,bold', 'default'), ('cl_notifs', 'default,underline', 'yellow'), ('cl_notifs_focus', 'default,bold,underline', 'yellow'), + ('cl_mention', 'dark red', 'default'), + ('cl_mention_focus', 'dark red,bold', 'default'), # Messages ('date', 'light gray', 'default'), ('my_nick', 'dark red,bold', 'default'), ('other_nick', 'dark cyan,bold', 'default'), ('info_msg', 'yellow', 'default', 'bold'), ('msg_lang', 'dark cyan', 'default'), + ('msg_mention', 'dark red, bold', 'default'), ('menubar', 'light gray,bold', 'dark red'), ('menubar_focus', 'light gray,bold', 'dark green'),