diff --git a/resources/qml/ToggleButton.qml b/resources/qml/ToggleButton.qml
index b7adf21f920c0f6794e56c252c2cdaaf7f75933e..20e82ad67fa357e97867339a2d30345e43673ebe 100644
--- a/resources/qml/ToggleButton.qml
+++ b/resources/qml/ToggleButton.qml
@@ -25,7 +25,7 @@ Switch {
             width: parent.width - height
             x: radius
             y: parent.height / 2 - height / 2
-            color: toggleButton.checked ? "skyblue" : "grey"
+            color: toggleButton.checked ? Nheko.colors.highlight : "grey"
             border.color: "#cccccc"
         }