From 8a1423c0ae0a90aaba4d3e19bf45d77965bc3189 Mon Sep 17 00:00:00 2001 From: Fatih Uzunoglu Date: Fri, 21 Aug 2020 19:23:58 +0300 Subject: [PATCH] qml: add tooltipColor and tooltipTextColor to VLCColors Signed-off-by: Pierre Lamot --- modules/gui/qt/style/VLCColors.qml | 3 +++ 1 file changed, 3 insertions(+) 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";