android12-extensions
android12-extensions copied to clipboard
Wrong accent color
🇺🇸 Steps to reproduce issue:
- Open Android 12 Extensions
- Turn on Custom theme engine
- Reboot
- Turn off Custom theme engine
- reboot Accent color is blue, but my wallpaper is green. I can send you screenshots .
🇷🇺 Как повторить баг:
- Открываем А12 Extensions
- Идем в пункт "Появление"
- Врубаем "Пользовательский движо..."
- Перезагружаемся
- Вырубаем "Пользовательский движо..."
- Перезагружаемся Цвет системы в некоторых местах синий, а обои зеленые, и до всех махинаций цвет всей системы был зеленый. Могу дать скрины всего что нужно.
Заранее спасибо!! // Thank you in advance!!
Same issue here, The theme from the wallpaper gets applied, but for whatever reason this teal colour still turns up in various places, even though it's nowhere to be found in the palette. Here's some screenshots:
@thatcher-gaming That's a LineageOS bug caused by overriding accent_device_default_light
, which should not be done on Android 12. Instead, ROMs should generate static Material You color palettes for their default accent color if they don't have dynamic theming.
I've submitted a patch for LineageOS here: https://review.lineageos.org/c/LineageOS/android_vendor_lineage/+/318283