vlc | branch: master | Prince Gupta <[email protected]> | Tue Jan 12 17:20:35 2021 +0530| [7948c7ade1df19df0ccdee3279c8ef3a1bb0f603] | committer: Pierre Lamot
qml: base Player colors on color set Signed-off-by: Pierre Lamot <[email protected]> > 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) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
