Add ListView highlight color to theme

This commit is contained in:
miruka 2019-08-21 04:58:34 -04:00
parent bd94cc3625
commit 6e3924ca4e
2 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,7 @@ ListView {
highlight: HRectangle {
color: theme.controls.button.checkedOverlay
color: theme.controls.listView.highlight
}
// Important:

View File

@ -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