diff --git a/share/qtcreator/welcomescreen/welcomescreen.qml b/share/qtcreator/welcomescreen/welcomescreen.qml
index 03271649b2ffd06523c3787e32864f4b4df7810a..a069a7d65e43862ef5178abc184200e1a1d57c22 100644
--- a/share/qtcreator/welcomescreen/welcomescreen.qml
+++ b/share/qtcreator/welcomescreen/welcomescreen.qml
@@ -85,7 +85,7 @@ Rectangle {
         Rectangle {
             visible: root.width > 1042
             width: 2
-            color: "#919191"
+            color: "#cdcdcd"
             anchors.left: parent.left
             anchors.top: parent.top
             anchors.bottom: parent.bottom
@@ -94,7 +94,7 @@ Rectangle {
         Rectangle {
             visible: root.width > 1042
             width: 2
-            color: "#919191"
+            color: "#cdcdcd"
             anchors.right: parent.right
             anchors.top: parent.top
             anchors.bottom: parent.bottom