[vlc-devel] [PATCH 25/27] qml: set proper colors for banner and bannerHover
Fatih Uzunoglu
fuzun54 at outlook.com
Fri Oct 9 18:56:46 CEST 2020
---
modules/gui/qt/style/VLCColors.qml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/modules/gui/qt/style/VLCColors.qml b/modules/gui/qt/style/VLCColors.qml
index a3d36f1e52..ca7a5d69d5 100644
--- a/modules/gui/qt/style/VLCColors.qml
+++ b/modules/gui/qt/style/VLCColors.qml
@@ -87,8 +87,8 @@ Item {
property color roundPlayCoverBorder: "#979797"
// playlist
- property color playlistSeparator: colors_id.white
- property color plItemHover_Focus: isThemeDark ? "#272727" : "#DDDDDD"
+ property color playlistSeparator: white
+ property color plItemHover_Focus: bannerHover
property color plItemSelect: isThemeDark ? "#1E1E1E" : "#EDEDED"
function getPLItemColor(selected, hovered, focus)
@@ -155,8 +155,8 @@ Item {
textActiveSource: "#ff950d";
- banner: "#eff0f1";
- bannerHover: "#3daee9";
+ banner: "#d8d8d8";
+ bannerHover: "#DDDDDD";
accent: "#ff950d";
alert: "#ff0000";
@@ -183,7 +183,7 @@ Item {
buttonBorder: "#575b5f"
textActiveSource: "#ff950d"
banner: "#31363b"
- bannerHover: "#3daee9"
+ bannerHover: "#272727"
accent: "#ff950d"
alert: "#ff0000"
separator: "#2d2d2d"
--
2.25.1
More information about the vlc-devel
mailing list