[vlc-devel] [PATCH 13/26] qml: introduce VLCColors.accentText color
Prince Gupta
guptaprince8832 at gmail.com
Thu Dec 17 17:26:11 UTC 2020
---
modules/gui/qt/style/VLCColors.qml | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/qt/style/VLCColors.qml b/modules/gui/qt/style/VLCColors.qml
index 576cca8d39..9e836119ed 100644
--- a/modules/gui/qt/style/VLCColors.qml
+++ b/modules/gui/qt/style/VLCColors.qml
@@ -118,6 +118,7 @@ Item {
//vlc orange
property color accent: "#FFFF950D";
+ property color accentText: "#ffffff";
property color alert: "red";
--
2.25.1
More information about the vlc-devel
mailing list