vlc | branch: master | Pierre Lamot <[email protected]> | 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"; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
