diff --git a/src/qml/presenter/LibraryItem.qml b/src/qml/presenter/LibraryItem.qml index e8ce049..c699728 100644 --- a/src/qml/presenter/LibraryItem.qml +++ b/src/qml/presenter/LibraryItem.qml @@ -249,7 +249,7 @@ ColumnLayout { icon: itemIcon iconSize: Kirigami.Units.gridUnit supportsMouseEvents: false - backgroundColor: Kirigami.Theme.backgroundColor; + backgroundColor: index % 2 === 0 ? Kirigami.Theme.backgroundColor : Kirigami.Theme.alternateBackgroundColor; Binding on backgroundColor { when: dragHandler.containsMouse || (selectionModel.hasSelection &&