diff --git a/modules/gui/qt/style/VLCStyle.qml b/modules/gui/qt/style/VLCStyle.qml index 6a37a6773ef287b4e2b4db38b61e3ecd312bd8fc..4eb3fa278c3b1b6e4b13092c75edf78a9ed0f7a5 100644 --- a/modules/gui/qt/style/VLCStyle.qml +++ b/modules/gui/qt/style/VLCStyle.qml @@ -36,6 +36,10 @@ Item { property VLCColors colors: VLCColors {} + // When trying to force night/dark theme colors for items, + // this can be used: + property VLCColors nightColors: VLCColors { state: "night" } + // Sizes property double margin_xxxsmall: dp(2, scale); property double margin_xxsmall: dp(4, scale);