summaryrefslogtreecommitdiff
path: root/modules/launcher/AppList.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-09 22:24:49 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-09 22:24:49 +1000
commited55afbcd87807b3a84910c51c1791c9425de1a6 (patch)
treecb2a7ba08518e75b0a07b8ceafb419b5cfdb2aa9 /modules/launcher/AppList.qml
parentlauncher: fix flatten anim (diff)
downloadcaelestia-shell-ed55afbcd87807b3a84910c51c1791c9425de1a6.tar.gz
caelestia-shell-ed55afbcd87807b3a84910c51c1791c9425de1a6.tar.bz2
caelestia-shell-ed55afbcd87807b3a84910c51c1791c9425de1a6.zip
launcher: better style
Diffstat (limited to 'modules/launcher/AppList.qml')
-rw-r--r--modules/launcher/AppList.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/launcher/AppList.qml b/modules/launcher/AppList.qml
index b408276..7e3bef0 100644
--- a/modules/launcher/AppList.qml
+++ b/modules/launcher/AppList.qml
@@ -38,8 +38,9 @@ ListView {
highlightResizeDuration: 0
highlight: StyledRect {
- radius: Appearance.rounding.normal
- color: Colours.alpha(Colours.palette.m3surfaceContainerHigh, true)
+ radius: Appearance.rounding.full
+ color: Colours.palette.m3onSurface
+ opacity: 0.08
}
delegate: isAction ? actionItem : appItem