I am using Python and Tkinter. I have an option menu with three choices with “on” being one of them. I want to make “on” be green when I select it. I don’t mean the font. I want the background of the option menu to be green when I select “on” while the other options will just be default gray.
How can I do this? I’ve seen other posts that just make the whole option menu background a different color, but I only want color when a particular choice is selected. Thank you!
file this under U, for ugly: