Dynamic wallpaper i.e. Custom backgrounds for light and dark mode #49992
Open
Description
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
When setting a custom background (either globally or per-user), it's not possible to set different backgrounds for light and dark mode, this can lead to contrast and theming issues.
Describe the solution you'd like
Users should be able to set two different custom background images - one for light mode and one for dark mode
Describe alternatives you've considered
Custom user CSS would allow users to set --image-background
css variable using a prefers-color-scheme
media query.
Activity