TrianguloY / LightningLauncher

More than a simple Android launcher, Lightning is a fast, light and extremely customizable tool to build the perfect home screen. To build your home screen.
https://www.lightninglauncher.com/
MIT License
32 stars 3 forks source link

White shortcuts background on dark theme #17

Closed TrianguloY closed 7 months ago

TrianguloY commented 7 months ago

If the app is configured to have a dark theme (long tap -> settings -> lightning -> general -> settings screen style) the "Select a shortcut" screen (long tap -> [+] -> shortcut) is still white.

Addendum: the setting should be renamed to just 'Lightning screen style' or 'Lightning theme'

SnowVolf commented 7 months ago

This dialog is not part of the application. It appears when launching Intent.ACTION_PICK_ACTIVITY. We can't affect its display

TrianguloY commented 7 months ago

Ah, ok. I tried to search just in case there was an intent extra or something to configure it, but doesn't seem like it.

Closed then. Thanks for checking!