Reduce quotes brightness in room subtitles

This commit is contained in:
miruka
2019-09-06 14:12:32 -04:00
parent fd0cd35152
commit 87ff343cc3
2 changed files with 6 additions and 2 deletions

View File

@@ -81,7 +81,9 @@ HTileDelegate {
return text.replace(
/< *span +class=['"]?quote['"]? *>(.+)<\/ *span *>/,
'<font color="' + theme.chat.message.quote + '">$1</font>',
'<font color="' +
theme.sidePane.room.subtitleQuote +
'">$1</font>',
)
}