comparison frontends/src/primitivus/constants.py @ 2016:f09562b0704d

quick_frontend, primitivus: better notifications handling
author Goffi <goffi@goffi.org>
date Sun, 24 Jul 2016 17:56:14 +0200
parents a9908e751c42
children 01aff34e8873
comparison
equal deleted inserted replaced
2015:20fb71b656e3 2016:f09562b0704d
29 ('title_focus', 'white,bold', 'light gray', 'standout,underline'), 29 ('title_focus', 'white,bold', 'light gray', 'standout,underline'),
30 ('selected', 'default', 'dark red'), 30 ('selected', 'default', 'dark red'),
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', 'yellow', 'default'),
35 ('cl_notifs_focus', 'default,bold,underline', 'yellow'), 35 ('cl_notifs_focus', 'yellow,bold', 'default'),
36 ('cl_mention', 'dark red', 'default'), 36 ('cl_mention', 'dark red', 'default'),
37 ('cl_mention_focus', 'dark red,bold', 'default'), 37 ('cl_mention_focus', 'dark red,bold', 'default'),
38 # Messages 38 # Messages
39 ('date', 'light gray', 'default'), 39 ('date', 'light gray', 'default'),
40 ('my_nick', 'dark red,bold', 'default'), 40 ('my_nick', 'dark red,bold', 'default'),