i'm using "activeforeground" in order to make it so that when i click a button the text turns "misty rose." however, i want to apply this to all the buttons in my code without combing through and changing every single one. is there a way to set this as the default "activeforeground" color? similarly to how you can change the default font of text by using this:
root.option_add("*font", "times 14 bold")
if there is an equivalent for "activeforeground" i would appreciate the help!