I need to change the color of the Tkinter window border-color in windows 10 python. The border is shown in the image below.
I found a command that can delete the border
root.overrideredirect(1)
when I use this command I need to rebuild the border again but the functionality is different. So it's not an option. Is there any way I could change the Tkinter window border color? I only need to change the color of the border. Rebuilding the border is too much and some of the functionalities won't work properly.