[vlc-commits] qml: update inactive text color in night color scheme

Pierre Lamot git at videolan.org
Sun Jul 28 08:43:50 CEST 2019


vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Wed Jul 17 13:45:10 2019 +0200| [c740a24f9f4860d5ee627567794c42cef94097a1] | committer: Jean-Baptiste Kempf

qml: update inactive text color in night color scheme

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

 modules/gui/qt/qml/style/VLCColors.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/qml/style/VLCColors.qml b/modules/gui/qt/qml/style/VLCColors.qml
index fb01867cdb..29dff18b02 100644
--- a/modules/gui/qt/qml/style/VLCColors.qml
+++ b/modules/gui/qt/qml/style/VLCColors.qml
@@ -129,7 +129,7 @@ Item {
                 target: colors_id
 
                 text: "#eff0f1"
-                textInactive: "#bdc3c7"
+                textInactive: "#626c76"
                 bg: "#232629"
                 bgInactive: "#232629"
                 bgAlt: "#31363b"



More information about the vlc-commits mailing list