Change notification bell colors for messages.

Messages bell is now an orange-ish gold. To avoid confusion with the
yellowish-goldish modactions bell, modactions are now green.
remotes/1693045480750635534/spooky-22
Snakes 2022-09-10 03:50:36 -04:00
parent 7586dfdbc8
commit 1b3c042552
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 2 additions and 2 deletions

View File

@ -632,9 +632,9 @@ class User(Base):
def notifications_color(self):
colors = {
'': '#dc3545',
'messages': '#dc3545',
'messages': '#d8910d',
'posts': '#0000ff',
'modactions': '#e5990d',
'modactions': '#1ad80d',
'reddit': '#805ad5',
}
return colors[self.notifications_do] if self.notifications_do \