uiux: adjust hover color for context menu button in darkmode
This commit is contained in:
parent
95bc455dcd
commit
5ae5cd7efa
|
@ -85,7 +85,7 @@ Theme {
|
||||||
property color buttonHoveredBackgroundColor: blue
|
property color buttonHoveredBackgroundColor: blue
|
||||||
|
|
||||||
property color contextMenuButtonForegroundColor: midGrey
|
property color contextMenuButtonForegroundColor: midGrey
|
||||||
property color contextMenuButtonBackgroundHoverColor: Qt.hsla(black.hslHue, black.hslSaturation, black.hslLightness, 0.1)
|
property color contextMenuButtonBackgroundHoverColor: Qt.hsla(white.hslHue, white.hslSaturation, white.hslLightness, 0.05)
|
||||||
|
|
||||||
property color roundedButtonForegroundColor: white
|
property color roundedButtonForegroundColor: white
|
||||||
property color roundedButtonBackgroundColor: buttonBackgroundColor
|
property color roundedButtonBackgroundColor: buttonBackgroundColor
|
||||||
|
|
Loading…
Reference in New Issue