TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
10.86k stars 1.02k forks source link

please add rgba to the themes manager in tkinter #2139

Open 0asaca0rum0 opened 7 months ago

0asaca0rum0 commented 7 months ago

hi

i am using custom tkinter ,it is the best gui library in python (at least imo)

but using rgba in the themes is impossible becouse of tkinter ,please think of adding it

Akascape commented 7 months ago

@0asaca0rum0 We can't add transparency in the widgets individually. It is something not implemented in tkinter, and as customtkinter is built in top of tkinter so you can't expect it.

In customtkinter, the widget bg colors are managed to match with the frame colors.