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
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.
I don't know much about framework, but I think the module should implement a modification of android:lStar for effect
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.
I don't know much about framework, but I think the module should implement a modification of
android:lStar
for effectRelated issues