[vlc-devel] [PATCH 12/33] qml: base Player colors on color set
Prince Gupta
guptaprince8832 at gmail.com
Wed Feb 3 10:56:28 UTC 2021
---
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)
--
2.25.1
More information about the vlc-devel
mailing list