Standard Themes in ttk#
The 4 themes common to tkinter can be found where your python program is installed under the directory python36/tcl/tk8.6/ttk. They are listed with their own name plus"Theme" suffixed with ".tcl", apart from default which is listed as defaults.tcl.
altTheme.tcl
aquaTheme.tcl
clamTheme.tcl
classicTheme.tcl
defaults.tcl
vistaTheme.tcl
winTheme.tcl
xpTheme.tcl
It would seem that the common themes allow us to modify all the components and elements and are able to give the widest possible support to any style alterations we wish to make. Contrast what happened when we tried to modify one of the OS dependant themes and we required a less straightforward approach in 02Entry.py. On the other hand the OS specific themes look up-to-date and ready to use as is.




