Open at-pyrix opened 1 month ago
Other apps which use the Material Design 3 framework don't have this problem.
Here's droid-ify, for example:
Thank you for the detailed issue and the screenshots.
I also use Repainter, but I don't really know how to set a monochrome/white theme? When I choose a white custom main color, I get a somewhat blue colour instead.
Color picked:
See the blueish color I get on the texts, buttons etc:
Maybe try selecting the #000000 color? This works for me (Android 12 btw)
I tried and I also get a blue colour 🤔
I'm also on android 12, but with a Xiaomi phone, so maybe MIUI changes something. I'll try with my Android 14 pixel emulator later.
In any case, I use the official Google library to get the dynamic Material You theme. So if it's indeed a bug, I'm almost certain it comes from the library and there's nothing I can do about it.
I see, but then how are the other apps able to do the same? I have used many apps that come with a Material You theme but none of those come with this "bug". Also, if you look closely in the screenshot (original), you can see that the background color for the "+" icon is perfect. Same goes for the app background color.
Hey I just realised that the KDE Connect app has a similar UI and the colors there work perfectly fine. Maybe if you could take a look at the source code?
Both the KDE connect app and the Droid-ify app use a different technology than mine. I use Flutter and Dart, while they use native Kotlin. You can easily see that by looking at the main language used: Dart for me, and Kotlin for them.
It means the source code is entirely different, and we don't use the same libraries at all. That probably explains why they work fine.
There are popular Flutter apps however, so I will try some to see if I can spot a difference with mine. I'll just add that it's not a priority for me since it's a minor bug, so it might take some weeks for me to free some time for that.
yeah it's fine
Hi.
So I use the monochrome (white) color as my system's default theme color for Material You.
However, I've noticed some inconsistencies in color throughout the app. Here are some screenshots:
Original
You can see a certain blu-ish/green-ish tint.
Desaturated version (better)
It's a minor issue but please fix this in the next release.