diff --git a/modules/gui/qt/qml/dialogs/ToolbarEditorButtonList.qml b/modules/gui/qt/qml/dialogs/ToolbarEditorButtonList.qml
index 382dbc618a99373f79f7ed700e1959d902775123..a4b2f3e76df3753f4d4de0d4428fced3ac29cf53 100644
--- a/modules/gui/qt/qml/dialogs/ToolbarEditorButtonList.qml
+++ b/modules/gui/qt/qml/dialogs/ToolbarEditorButtonList.qml
@@ -29,7 +29,7 @@ GridView{
     clip: true
 
     highlight: Rectangle{
-        color: VLCStyle.colors.accent
+        color: VLCStyle.colors.bgHover
     }
     ScrollBar.vertical: ScrollBar {}
     model: controlButtons.buttonL.length