summary refs log tree commit diff
path: root/resources/qml/MessageView.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-20 00:32:03 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-20 00:32:03 +0100
commit97aadee01cc1b7df07d22441438f42e8eb61c7eb (patch)
treeb3b9f9c56a37db0ba0aadd7680843b1ddf9be1f0 /resources/qml/MessageView.qml
parentMake user colors a bit more vibrant (diff)
downloadnheko-97aadee01cc1b7df07d22441438f42e8eb61c7eb.tar.xz
Pass correct background color to username separator
Diffstat (limited to 'resources/qml/MessageView.qml')
-rw-r--r--resources/qml/MessageView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml
index 868b3885..2acdf839 100644
--- a/resources/qml/MessageView.qml
+++ b/resources/qml/MessageView.qml
@@ -288,7 +288,7 @@ ScrollView {
                         id: userName_
 
                         text: TimelineManager.escapeEmoji(userName)
-                        color: TimelineManager.userColor(userId, Nheko.colors.window)
+                        color: TimelineManager.userColor(userId, Nheko.colors.base)
                         textFormat: Text.RichText
                         ToolTip.visible: displayNameHover.hovered
                         ToolTip.text: userId