Skip to content
Snippets Groups Projects
Commit a93435cb authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Pierre Lamot
Browse files

qml: add bgHover text colors in VLCStyle


Signed-off-by: default avatarPierre Lamot <pierre@videolabs.io>
parent bf10efb7
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,9 @@ Item {
property color bgAltInactive: systemPalette.alternateBaseInactive;
property color bgHover: systemPalette.highlight;
property color bgHoverText: systemPalette.highlightText;
property color bgHoverInactive: systemPalette.highlightInactive;
property color bgHoverTextInactive: systemPalette.highlightTextInactive;
property color button: systemPalette.button;
property color buttonText: systemPalette.buttonText;
......@@ -150,7 +152,9 @@ Item {
bgAltInactive: "#eff0f1"
bgHover: "#ededed"
bgHoverText: text
bgHoverInactive: "#3daee9"
bgHoverTextInactive: text
button: "#eff0f1";
buttonText: "#232627";
......@@ -180,7 +184,9 @@ Item {
bgAlt: "#31363b"
bgAltInactive: "#31363b"
bgHover: "#2d2d2d"
bgHoverText: text
bgHoverInactive: "#3daee9"
bgHoverTextInactive: text
button: "#31363b"
buttonText: "#eff0f1"
buttonBorder: "#575b5f"
......@@ -205,7 +211,9 @@ Item {
bgAltInactive: systemPalette.alternateBaseInactive
bgHover: systemPalette.highlight
bgHoverText: systemPalette.highlightText
bgHoverInactive: systemPalette.highlightInactive
bgHoverTextInactive: systemPalette.highlightTextInactive
text: systemPalette.text
textDisabled: systemPalette.textDisabled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment