From b71d1b0e1bb5e51f9cd05740c3176f24f6b6ca62 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Fri, 29 Sep 2023 15:46:45 +0200 Subject: [PATCH] app-list: Use cosmic theme instead of pop --- cosmic-app-list/src/app.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cosmic-app-list/src/app.rs b/cosmic-app-list/src/app.rs index 904b2cae..49f6f68d 100755 --- a/cosmic-app-list/src/app.rs +++ b/cosmic-app-list/src/app.rs @@ -257,8 +257,8 @@ struct DesktopInfo { fn default_app_icon() -> PathBuf { freedesktop_icons::lookup("application-default") - .with_theme("Pop") - .with_size(128) + .with_theme("Cosmic") + .force_svg() .with_cache() .find() .or_else(|| {