I\'m writing a slideshow program with Tkinter, but I don\'t know how to change the background color to black instead of the standard light gray. How can this be done?
root.configure(background='black')
or more generally
.configure(background='black')