From 6e3924ca4eeae92ba819300e3dbdfa418d6c61ee Mon Sep 17 00:00:00 2001 From: miruka Date: Wed, 21 Aug 2019 04:58:34 -0400 Subject: [PATCH] Add ListView highlight color to theme --- src/qml/Base/HFixedListView.qml | 2 +- src/themes/Default.qpl | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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