[vlc-commits] qml: introduce constant for Icon color in VLCColors

Prince Gupta git at videolan.org
Thu Jan 14 14:42:26 UTC 2021


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | 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 <pierre at videolabs.io>

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



More information about the vlc-commits mailing list