diff --git a/resources/qml/delegates/Reply.qml b/resources/qml/delegates/Reply.qml
index 601548372ec2ea798bf1745a9f957bbbda1da2a1..4e973c3d1f60265c2c5e8990fc7ae8b6669cc0e5 100644
--- a/resources/qml/delegates/Reply.qml
+++ b/resources/qml/delegates/Reply.qml
@@ -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 {