comparison sat_frontends/primitivus/constants.py @ 2993:d58dccd9e4b4

primitivus (contact list): fixed notifications counter for mentions: notifications counter was not properly counting mentions and was not changing colour as expected, this patch fixes this and changed colour to the more readable light red when not focused. fixes 319
author Goffi <goffi@goffi.org>
date Mon, 08 Jul 2019 19:11:29 +0200
parents 003b8b4b56a7
children ab2696e34d29
comparison
equal deleted inserted replaced
2992:4d5b9d4c7448 2993:d58dccd9e4b4
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", "yellow", "default"), 34 ("cl_notifs", "yellow", "default"),
35 ("cl_notifs_focus", "yellow,bold", "default"), 35 ("cl_notifs_focus", "yellow,bold", "default"),
36 ("cl_mention", "dark red", "default"), 36 ("cl_mention", "light 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"),
41 ("other_nick", "dark cyan,bold", "default"), 41 ("other_nick", "dark cyan,bold", "default"),