Skip to content
Snippets Groups Projects

Use a more random hash to generate user colors

Merged Nicolas Werner requested to merge more-random-colors into master
@@ -48,7 +48,7 @@ Item {
anchors.top: replyContainer.top
anchors.bottom: replyContainer.bottom
width: 4
color: TimelineManager.userColor(userId, Nheko.colors.window)
color: TimelineManager.userColor(userId, Nheko.colors.base)
}
Column {
Loading