Created attachment 135747 [details] example It looks off when a white theme is used.
That's quite cropped. What is that a screenshot of?
The new plasma menu, the circle around the avatar is white while the menu is black.
not sure what you want here
Make it transparent like on the lock screen/ Keep the transparency from the icon
that's a framework thing then (Kirigami's Avatar) also looks are most likely intentional but I digress
Yes, it's intentional. API-wise is possible to have it, with Avatar { background.color: "transparent" }
Thanks. Moving back to Kickoff.
background.color: is not a valid public property. color: is a public property, but overriding that to be transparent impacts the appearance of the auto-generated image, which is not desired. I cannot find a way to use the existing API to preserve transparency for non-auto-generated backgrounds. without impacting the auto-generated ones. Moving back to Kirigami.
I think we'd wanna change the default to maintain consistency
Oops, forgot to move it. Thanks for doing so.