Mahmud0808 / ColorBlendr

An Android app for customizing Material You colors on devices with Android 12+. It lets you tweak accent colors, background saturation, and more for a personalized look.
GNU General Public License v3.0
958 stars 17 forks source link

[Bug] Can't use the black theme when the target app's MaterialComponents version is v1.11+ #5

Closed Jesse205 closed 11 months ago

Jesse205 commented 11 months ago

Surface with elevation overlay has been replaced with tonal surface colors in Material's components.

Many of the dark natural colors in the latest material components v1.11 are based on N2 600 color. However, the black background of the xposed module is achieved by modifying 900 colors, which can cause this bug.

image image

I don't know much about framework, but I think the module should implement a modification of android:lStar for effect

Related issues

Mahmud0808 commented 11 months ago

I have seen it and already thought of a fix (internal testing worked), though it will take a few days or week to finish my work.

Thanks for the detailed report btw.