I've been trying to find ways in changing the color of the top frame in the program that I've created.
This is what I'm trying to replace
The only thing I can change at the moment is the background.
My current code is
root (Tk)
root.title("CIG 5.0")
root['background'] = '#81cdc6'