[vlc-devel] [PATCH 05/33] qml: add day colors object in VLCStyle

Prince Gupta guptaprince8832 at gmail.com
Wed Feb 3 10:56:21 UTC 2021


---
 modules/gui/qt/style/VLCStyle.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt/style/VLCStyle.qml b/modules/gui/qt/style/VLCStyle.qml
index 24048aa0dd..400772dfc4 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -39,6 +39,7 @@ Item {
     // When trying to force night/dark theme colors for items,
     // this can be used:
     property VLCColors nightColors: VLCColors { state: "night" }
+    property VLCColors dayColors: VLCColors { state: "day" }
 
     // Sizes
     property double margin_xxxsmall: dp(2, scale);
-- 
2.25.1



More information about the vlc-devel mailing list