[vlc-commits] qml: add glow color that works in different color states to VLCColors

Fatih Uzunoglu git at videolan.org
Fri Jul 3 14:59:12 CEST 2020


vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Thu Jun 25 00:54:25 2020 +0300| [58977cc6c8b591813f6438a960adb1fae21ce2a2] | committer: Pierre Lamot

qml: add glow color that works in different color states to VLCColors

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=58977cc6c8b591813f6438a960adb1fae21ce2a2
---

 modules/gui/qt/style/VLCColors.qml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/gui/qt/style/VLCColors.qml b/modules/gui/qt/style/VLCColors.qml
index c426b6c401..85a5ca3521 100644
--- a/modules/gui/qt/style/VLCColors.qml
+++ b/modules/gui/qt/style/VLCColors.qml
@@ -82,6 +82,9 @@ Item {
     property color playerBorder: "#222222"
 
     property color separator: blendColors(bg, text, .95)
+    
+    property color black: "black"
+    property color glowColor: setColorAlpha(blendColors(bg, black, 0.8), 0.35)
 
     //vlc orange
     property color accent: "#FFFF950D";



More information about the vlc-commits mailing list