Icon Packs
Smart Launcher supports the same icon pack format supported by most third-party launchers. However, there are a few tricks to get the best from your icon pack when used with Smart Launcher.
Last updated
Was this helpful?
Smart Launcher supports the same icon pack format supported by most third-party launchers. However, there are a few tricks to get the best from your icon pack when used with Smart Launcher.
Last updated
Was this helpful?
If you don't have an icon pack yet, we suggest starting with an icon pack template like . This will save you a lot of time and ensure that your icon pack is compatible with Smart Launcher.
Alternatively, you can follow one of the many tutorials available online. Then, just check to have these lines in your app manifest to ensure that Smart Launcher recognizes your icon pack.
If your icon pack supports any of the advanced features listed below, they must be declared in your app manifest.
For each feature, you need to add an additional "category" tag.
Here's an example:
org.icontheme.CHANGES_WITH_MATERIAL_YOU_COLORS
Note: Enabling this flag does not automatically change the color of your icons based on the wallpaper. Instead, it informs the launcher about your theme's capability to take advantage of material colors. Misusing this flag may lead to significant performance issues, causing frequent icon refreshes without a valid reason.
✅ Include this flag if Smart Launcher should reload the icon pack when the system palette changes. ❌ Don't include it if your icon pack wouldn't benefit from it, as it would only waste resources.
By default, Smart Launcher tints monochrome icons using the same colors used by Pixel Launcher.
However, if you want Smart Launcher to use different colors you can instruct it to do so by declaring these two colors in your res/values
file.
Note: These colors will be also used to tint fallback icons
✅ Specify the colors if you are using custom colors in your icons. ✅ Don't specify the colors if you are ok with the launcher picking the colors for you.
org.icontheme.FALLBACK_TO_THEMED_ICON
We recommend enabling this flag only if your icons have a visual appearance that complements Android 13 Themed Icons when mixed together.
Please note: In order for this to work, you must not provide in your theme any mask, back, overlay, scalefactor or icon shader.
Summary:
✅ Include this flag, unless you really believe unskinned icons looks better than the ones automatically created by Smart Launcher.
This will allow the team to test your theme and ensure future versions of Smart Launcher won't break it. Also, we may feature some of the icon packs that work well with Smart Launcher on our social channels.
Enable this flag if icons in your icon pack reference .
When the wallpaper is changed, the icons will automatically update their color.
Your icons won't update when the wallpaper is changed.
All the icons will be tinted using the colors you choose.
Smart Launcher will pick the colors. If they don't match with colors in your icons, fallback icons may look different.
Enable this flag to instruct the launcher to use for the icons not covered by your icon pack.
Apps whose icons are not included in your icon pack will be skinned as Themed icons.
Apps whose icons are not included in your icon pack will retain their original appearance.
If your icon pack doesn't behave as you would expect, contact us at . if your theme is not free, remember to include some promo codes.