diff --git a/modules/gui/qt/style/VLCColors.qml b/modules/gui/qt/style/VLCColors.qml index ca7a5d69d5..92253b2573 100644 --- a/modules/gui/qt/style/VLCColors.qml +++ b/modules/gui/qt/style/VLCColors.qml @@ -111,6 +111,9 @@ Item { property color sliderBarMiniplayerBgColor: isThemeDark ? "#FF929292" : "#FFEEEEEE" + property color tooltipTextColor: systemPalette.tooltipText + property color tooltipColor: systemPalette.tooltip + //vlc orange property color accent: "#FFFF950D";