first of all say that I am new to python.
I'm doing an application in python, which uses the ttk. I would like to change the background color of the application (not the gray that comes out by default) but I have tried everything and there is no way.
What comes closest is with TFrame
self.style.configure ("TFrame", background = 'green')
But I only get the color in the first loan, when I change to another, it is gray.
Any suggestions?
Thanks