Add ListView highlight color to theme
This commit is contained in:
parent
bd94cc3625
commit
6e3924ca4e
|
@ -18,7 +18,7 @@ ListView {
|
||||||
|
|
||||||
|
|
||||||
highlight: HRectangle {
|
highlight: HRectangle {
|
||||||
color: theme.controls.button.checkedOverlay
|
color: theme.controls.listView.highlight
|
||||||
}
|
}
|
||||||
|
|
||||||
// Important:
|
// Important:
|
||||||
|
|
|
@ -106,6 +106,9 @@ controls:
|
||||||
|
|
||||||
color text: colors.text
|
color text: colors.text
|
||||||
|
|
||||||
|
listView:
|
||||||
|
color highlight: hsluv(0, 0, 50, 0.3)
|
||||||
|
|
||||||
textField:
|
textField:
|
||||||
color background: colors.inputBackground
|
color background: colors.inputBackground
|
||||||
color focusedBackground: background
|
color focusedBackground: background
|
||||||
|
|
Loading…
Reference in New Issue
Block a user