summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorredsky17 <joedonofry@gmail.com>2019-01-25 02:43:54 +0000
committerredsky17 <joedonofry@gmail.com>2019-01-25 02:47:15 +0000
commit4185b8d1217d7e298256d9bc1bee6188f5ab208d (patch)
treef40aa90584b5adb5a8d880befba77b160e8c56b9 /resources/styles/nheko-dark.qss
parentd70bc94f61d67ff619bcd15e25ac7dac678d2850 (diff)
Add unread notification color for user mentioned
When user is mentioned (via matrix 'highlight_count'), inactive rooms will use a different color for the notification circle than when only general unread messages exist.
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index e81fa0b8..0abd8415 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -90,6 +90,7 @@ RaisedButton {
}
RoomInfoListItem {
+ qproperty-mentionedColor: #a82353;
qproperty-highlightedBackgroundColor: #4d84c7;
qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30);
qproperty-backgroundColor: #2d3139;