Python Tkinter: Change scale trough to be multicolor gradient Python Tkinter: Change scale trough to be multicolor gradient tkinter tkinter

Python Tkinter: Change scale trough to be multicolor gradient


I am wondering if I can set the trough to be more than one color

No, you can't.

That being said, tkinter does give you all the tools to create your own component that looks like that if you want to put in the effort (eg: creating the slider out of canvas objects).