I would like to know the default window colour in Tkinter when you simply create a window:
root = Tk()
If there is one, it is possible to set w
The default color for Tkinter window I found was #F0F0F0