Closed Anarchtism closed 6 months ago
You can already set the key colour, which should override Material You (the label colour is then derived from that, to ensure decent contrast).
It's weird that Project Themer is ignored... Which version of Android are you on? I noticed that Jetpack Compose reads MYou in two different ways for API 31-33 and 34+ for some reason, maybe PT only sets one of those.
I'm on Android 13.
https://github.com/nightkr/flickboard/assets/128257705/e052188b-796c-4b46-ad7e-01f9f6c3b219
It actually does get the color Project Themer sets, but then eventually it goes back to the color that the system was set to before Themer changed it.
Three different colors visible in that screen recording I sent:
Hm, that video doesn't play in my Firefox, fwiw.
Context
Basically what this comment said;
Except I'm using a phone that does have Material You -- it's just that I use Project Themer (using root/Magisk) and for some reason sometimes apps don't realize the color change.
Describe your suggested feature
I'd like to be able to choose the accent color, main key label color, secondary/dim key label color, and the background color (currently I use a single color background image to work around this).
Other details
I'd also prefer if entering hex colors were an option -- the current key color selector doesn't seem to allow for black, gray, white, for example.
Acknowledgements