[vlc-commits] qml: base Player colors on color set

Prince Gupta git at videolan.org
Mon Feb 8 10:00:03 UTC 2021


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Tue Jan 12 17:20:35 2021 +0530| [7948c7ade1df19df0ccdee3279c8ef3a1bb0f603] | committer: Pierre Lamot

qml: base Player colors on color set

Signed-off-by: Pierre Lamot <pierre at videolabs.io>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7948c7ade1df19df0ccdee3279c8ef3a1bb0f603
---

 modules/gui/qt/style/VLCColors.qml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/gui/qt/style/VLCColors.qml b/modules/gui/qt/style/VLCColors.qml
index bf0428bbb0..74de596484 100644
--- a/modules/gui/qt/style/VLCColors.qml
+++ b/modules/gui/qt/style/VLCColors.qml
@@ -81,10 +81,10 @@ Item {
     property color volhigh: "#ffc70f"
     property color volmax: "#f5271d"
 
-    property color playerFg: "white"
-    property color playerFgInactive: "#888888"
-    property color playerBg: "black"
-    property color playerBorder: "#222222"
+    property color playerFg: text
+    property color playerFgInactive: textInactive
+    property color playerBg: bg
+    property color playerBorder: buttonText
 
     property color separator: blendColors(bg, text, .95)
     



More information about the vlc-commits mailing list