[vlc-commits] qml: defines colors of the player controller

Pierre Lamot git at videolan.org
Thu Aug 29 10:44:50 CEST 2019


vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Fri Aug  2 10:53:15 2019 +0200| [03609f01795a2fa72a4bc2853c7714ed6d885018] | committer: Jean-Baptiste Kempf

qml: defines colors of the player controller

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

 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";
 



More information about the vlc-commits mailing list