rdbende / Azure-ttk-theme

A stunning modern theme for ttk inspired by Fluent Design 💠
MIT License
717 stars 134 forks source link

Images arent transparent #42

Closed git123userhub closed 2 years ago

git123userhub commented 2 years ago

So the images arent transparent, but why is that? The images not being transparent causes an issue, and that the widget doesnt blend in with the background. Now obviously, this is an easy peasy fix, but what is the reason for the images not being transparent?

rdbende commented 2 years ago

Initially the images' background were transparent, but it made the theme incredibly laggy on Window$. And Tkinter will put a background behind any (transparent or not) image anyway, so I rather removed the transparency.

TLDR: It wouldn't blend in with the background even if the images' background were transparent.