vlc | branch: master | Prince Gupta <[email protected]> | Wed Dec 23 22:41:49 2020 +0530| [d81318cd38c50ff8a100c79ab85c991475466076] | committer: Pierre Lamot
qml: introduce constant for Icon color in VLCColors Signed-off-by: Pierre Lamot <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d81318cd38c50ff8a100c79ab85c991475466076 --- modules/gui/qt/style/VLCColors.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gui/qt/style/VLCColors.qml b/modules/gui/qt/style/VLCColors.qml index 70696e118f..bf0428bbb0 100644 --- a/modules/gui/qt/style/VLCColors.qml +++ b/modules/gui/qt/style/VLCColors.qml @@ -69,6 +69,8 @@ Item { property color buttonText: systemPalette.buttonText; property color buttonBorder: blendColors(systemPalette.button, systemPalette.buttonText, 0.8); + property color icon: blendColors(text, bg, 0.6); + property color textActiveSource: "red"; property color banner: systemPalette.window; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
