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