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>',
)
}

View File

@ -233,9 +233,11 @@ sidePane:
color background: "transparent"
color name: colors.text
color subtitle: colors.dimText
color lastEventDate: colors.halfDimText
color subtitle: colors.dimText
color subtitleQuote: hsluv(135, colors.saturation * 2.25, 65)
settingsButton:
color background: colors.inputBackground