set background on highlighted messages

This commit is contained in:
Bruno Windels 2019-07-02 18:31:11 +02:00
parent daa2250023
commit fc3c4fccc2
3 changed files with 17 additions and 4 deletions

View file

@ -121,6 +121,9 @@ $event-sending-color: $text-secondary-color;
$event-redacted-fg-color: #606060;
$event-redacted-border-color: #000000;
$event-highlight-fg-color: $warning-color;
$event-highlight-bg-color: $event-selected-color;
// event timestamp
$event-timestamp-color: $text-secondary-color;