[vlc-commits] qml: add playerControlBarFg color in VLCColors
Prince Gupta
git at videolan.org
Mon Feb 8 10:00:16 UTC 2021
vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Tue Jan 19 21:18:24 2021 +0530| [fc92604a54a75878b20c25cf378362dba14ff0d5] | committer: Pierre Lamot
qml: add playerControlBarFg color in VLCColors
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fc92604a54a75878b20c25cf378362dba14ff0d5
---
modules/gui/qt/style/VLCColors.qml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/modules/gui/qt/style/VLCColors.qml b/modules/gui/qt/style/VLCColors.qml
index 74de596484..c91452130e 100644
--- a/modules/gui/qt/style/VLCColors.qml
+++ b/modules/gui/qt/style/VLCColors.qml
@@ -83,6 +83,7 @@ Item {
property color playerFg: text
property color playerFgInactive: textInactive
+ property color playerControlBarFg: playerFg
property color playerBg: bg
property color playerBorder: buttonText
@@ -162,6 +163,8 @@ Item {
alert: "#ff0000";
separator: "#ededed";
+ playerControlBarFg: "#333333"
+
isThemeDark: false;
}
},
@@ -189,6 +192,8 @@ Item {
accent: "#ff950d"
alert: "#ff0000"
separator: "#2d2d2d"
+ playerControlBarFg: "#ffffff"
+
isThemeDark: true
}
},
@@ -222,6 +227,8 @@ Item {
separator: blendColors(bg, text, .95)
+ playerControlBarFg: systemPalette.text
+
isThemeDark: systemPalette.isDark
}
}
More information about the vlc-commits
mailing list