How to change the foreground or background colour of a Tkinter Button on Mac OS X? code example
Example: tkinter button background color mac
#Use highlightbackground=color
#For example:
submit = Button(root, text="Generate", highlightbackground='#3E4149')