diff --git a/src/qml/Base/HFixedListView.qml b/src/qml/Base/HFixedListView.qml index 2994cb1d..1e702e9e 100644 --- a/src/qml/Base/HFixedListView.qml +++ b/src/qml/Base/HFixedListView.qml @@ -18,7 +18,7 @@ ListView { highlight: HRectangle { - color: theme.controls.button.checkedOverlay + color: theme.controls.listView.highlight } // Important: diff --git a/src/themes/Default.qpl b/src/themes/Default.qpl index 9d8a7d43..a7b48e04 100644 --- a/src/themes/Default.qpl +++ b/src/themes/Default.qpl @@ -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