[vlc-devel] [PATCH 12/21] qml: defines colors of the player controller

Pierre Lamot pierre at videolabs.io
Wed Aug 7 15:52:18 CEST 2019


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

diff --git a/modules/gui/qt/qml/style/VLCColors.qml b/modules/gui/qt/qml/style/VLCColors.qml
index a8e06d675e..19fe633e17 100644
--- a/modules/gui/qt/qml/style/VLCColors.qml
+++ b/modules/gui/qt/qml/style/VLCColors.qml
@@ -77,6 +77,10 @@ Item {
 
     property color videosGridInfoLeft: "grey"
 
+    property color playerFg: "white"
+    property color playerBg: "black"
+    property color playerBorder: "#222222"
+
     //vlc orange
     property color accent: "#FFFF950D";
 
-- 
2.17.1



More information about the vlc-devel mailing list