from Tkinter import *
root = Tk()
# fonts for all widgets
root.option_add("*Font", "courier")
# font to use for label widgets
root.option_add("*Label.Font", "helvetica 20 bold")
# make all widgets light blue
root.option_add("*Background", "light blue")
# use gold/black for selections
root.option_add("*selectBackground", "gold")
root.option_add("*selectForeground", "black")
--
__ _
/ ) / // /)
/--/ ____ __/ _ // //
/ (_/ / <_(_/_</_</_//_
/>
</