Differentiate invited members in room pane

This commit is contained in:
miruka
2019-12-17 09:46:18 -04:00
parent 216514f19c
commit b0cf708246
6 changed files with 37 additions and 19 deletions

View File

@@ -298,11 +298,15 @@ chat:
color background: colors.mediumBackground
member:
color background: "transparent"
color name: colors.text
color subtitle: colors.dimText
real invitedOpacity: 0.5
color background: "transparent"
color name: colors.text
color subtitle: colors.dimText
color adminIcon: hsluv(60, colors.saturation * 2.25, 60)
color moderatorIcon: adminIcon
color invitedIcon: hsluv(0, colors.saturation * 2.25, 60)
inviteButton:
color background: colors.inputBackground