From 18d95dc92703e6d44dd2fc7da2f452c6f5ff5ac4 Mon Sep 17 00:00:00 2001 From: Ilya Bizyaev Date: Sun, 10 Feb 2019 02:56:35 +0100 Subject: [PATCH] Do not use monochrome icons for launcher icons This commit switches icons of VLC, KDE Connect etc. to their colorful versions --- containments/homescreen/package/contents/ui/HomeLauncher.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/containments/homescreen/package/contents/ui/HomeLauncher.qml b/containments/homescreen/package/contents/ui/HomeLauncher.qml index 18c3ffe7..6712de12 100644 --- a/containments/homescreen/package/contents/ui/HomeLauncher.qml +++ b/containments/homescreen/package/contents/ui/HomeLauncher.qml @@ -20,6 +20,7 @@ Column { anchors.horizontalCenter: parent.horizontalCenter width: delegateRoot.iconSize height: delegateRoot.iconSize + usesPlasmaTheme: false source: modelData.ApplicationIconRole scale: root.reorderingApps && applicationsView.dragData && applicationsView.dragData.ApplicationStorageIdRole != modelData.ApplicationStorageIdRole ? 0.6 : 1 Behavior on scale {