[vlc-devel] [PATCH 05/27] qml: change playlist separator color
Fatih Uzunoglu
fuzun54 at outlook.com
Fri Dec 4 00:01:40 CET 2020
---
modules/gui/qt/style/VLCColors.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/style/VLCColors.qml b/modules/gui/qt/style/VLCColors.qml
index 92253b2573..b7444679c6 100644
--- a/modules/gui/qt/style/VLCColors.qml
+++ b/modules/gui/qt/style/VLCColors.qml
@@ -87,7 +87,7 @@ Item {
property color roundPlayCoverBorder: "#979797"
// playlist
- property color playlistSeparator: white
+ property color playlistSeparator: isThemeDark ? "white" : "#f2f2f2"
property color plItemHover_Focus: bannerHover
property color plItemSelect: isThemeDark ? "#1E1E1E" : "#EDEDED"
--
2.27.0
More information about the vlc-devel
mailing list