[vlc-devel] [PATCH 26/33] qml: add playerControlBarFg color in VLCColors
Prince Gupta
guptaprince8832 at gmail.com
Wed Feb 3 10:56:42 UTC 2021
---
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
}
}
--
2.25.1
More information about the vlc-devel
mailing list