[vlc-devel] [PATCH 23/39] qml: introduce constant for Icon color in VLCColors
    Prince Gupta 
    guptaprince8832 at gmail.com
       
    Thu Jan  7 11:50:19 UTC 2021
    
    
  
---
 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 9e836119ed..c74c7e71dc 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;
-- 
2.25.1
    
    
More information about the vlc-devel
mailing list