[vlc-commits] qml: change bgHover of VLCColors to match designs

Prince Gupta git at videolan.org
Tue Jun 9 11:03:11 CEST 2020


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Fri Jun  5 21:15:22 2020 +0530| [2a67d1fccebba94a4a669f4282b5874eb61c232e] | committer: Pierre Lamot

qml: change bgHover of VLCColors to match designs

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a67d1fccebba94a4a669f4282b5874eb61c232e
---

 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"



More information about the vlc-commits mailing list