[vlc-devel] [PATCH 12/23] qml: add glow color that works in different color states to VLCColors
Fatih Uzunoglu
fuzun54 at outlook.com
Thu Jul 2 15:21:57 CEST 2020
---
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 a92a090407..158d8dc417 100644
--- a/modules/gui/qt/style/VLCColors.qml
+++ b/modules/gui/qt/style/VLCColors.qml
@@ -80,6 +80,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";
--
2.25.1
More information about the vlc-devel
mailing list