Is there any way to only apply a ttk theme to only a certain type of widget?
I have some code that changes the theme so I can change the field color of a ttk.Combobox, but I don’t want the buttons to use that theme. Is there any way I can do this? Here’s my code: