good colors in tkinter code example
Example 1: tkinter background color
root.configure(background='black')
Example 2: tkinter color chart
# Standard colors include:
gray99 # white
black # black
lawn green # light green
# those are the main ones I use. The green is just to inspect frames for
# troubleshooting.