Reduce quotes brightness in room subtitles
This commit is contained in:
parent
fd0cd35152
commit
87ff343cc3
|
@ -81,7 +81,9 @@ HTileDelegate {
|
||||||
|
|
||||||
return text.replace(
|
return text.replace(
|
||||||
/< *span +class=['"]?quote['"]? *>(.+)<\/ *span *>/,
|
/< *span +class=['"]?quote['"]? *>(.+)<\/ *span *>/,
|
||||||
'<font color="' + theme.chat.message.quote + '">$1</font>',
|
'<font color="' +
|
||||||
|
theme.sidePane.room.subtitleQuote +
|
||||||
|
'">$1</font>',
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -233,9 +233,11 @@ sidePane:
|
||||||
|
|
||||||
color background: "transparent"
|
color background: "transparent"
|
||||||
color name: colors.text
|
color name: colors.text
|
||||||
color subtitle: colors.dimText
|
|
||||||
color lastEventDate: colors.halfDimText
|
color lastEventDate: colors.halfDimText
|
||||||
|
|
||||||
|
color subtitle: colors.dimText
|
||||||
|
color subtitleQuote: hsluv(135, colors.saturation * 2.25, 65)
|
||||||
|
|
||||||
settingsButton:
|
settingsButton:
|
||||||
color background: colors.inputBackground
|
color background: colors.inputBackground
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user