Separate localEcho & readCounter theme properties

Allows making the hourglass gray by default again, while the read
counter uses the accent color.
This commit is contained in:
miruka
2020-09-16 06:40:21 -04:00
parent 850e925ae7
commit 9ac4cd0a97
4 changed files with 14 additions and 8 deletions

View File

@@ -415,7 +415,8 @@ chat:
color body: colors.text
color date: colors.dimText
color serverState: colors.accentText
color localEcho: colors.dimText
color readCounter: colors.accentText
color redactedBody: colors.dimText

View File

@@ -424,7 +424,8 @@ chat:
color body: colors.text
color date: colors.dimText
color serverState: colors.accentText
color localEcho: colors.dimText
color readCounter: colors.accentText
color redactedBody: colors.dimText