[vlc-devel] [PATCH 6/9] qml: change bgHover of VLCColors to match designs
jagannatharjun
guptaprince8832 at gmail.com
Fri Jun 5 17:27:22 CEST 2020
From: Prince Gupta <guptaprince8832 at gmail.com>
---
modules/gui/qt/style/VLCColors.qml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt/style/VLCColors.qml b/modules/gui/qt/style/VLCColors.qml
index d6cf356a5c..61ef92b34e 100644
--- a/modules/gui/qt/style/VLCColors.qml
+++ b/modules/gui/qt/style/VLCColors.qml
@@ -107,7 +107,7 @@ Item {
bgAlt: "#eff0f1"
bgAltInactive: "#eff0f1"
- bgHover: "#3daee9"
+ bgHover: "#ededed"
bgHoverInactive: "#3daee9"
button: "#eff0f1";
@@ -134,7 +134,7 @@ Item {
bgInactive: "#232629"
bgAlt: "#31363b"
bgAltInactive: "#31363b"
- bgHover: "#3daee9"
+ bgHover: "#2d2d2d"
bgHoverInactive: "#3daee9"
button: "#31363b"
buttonText: "#eff0f1"
--
2.25.1
More information about the vlc-devel
mailing list