I've just rebuilt my linux desktop, now Mint 20.1 Mate. I have python 3.8.5, and Tk 8.6. Unfortunately I don't know for certain what version of Tk I was using last week, I'm sure it's been 8.6 for a long time, but was using Mint 20.1 xcfe with python 3.8.5. Tk was installed via apt install python3-tk
Programs using the Tk GUI, with text widgets like Entry and Text, for the last decade until last week, used to show selected text with a clearly contrasting highlight, just using the default settings. I'm not sure whether it was identical to that used by Mint, but it didn't cause any surprise.
Now I've rebuilt, the selection highlighting is more or less invisible. I can tell it's been highlighted if I look very carefully (a very light grey), but it's now a pain to use. I can make it more visible by altering the background to something contrasting like green or orange, which is not very aesthetically satisfactory.
How can I change Tk's defaults back again? How can I find out what they should be? Does it have user accessible defaults?
Looking over the docs, I can find that there are options to change most things, except for text selection highlight.
It's probably telling me I ought to progress to ttk and styles. But that's a bit to learn, and a lot of programs to change.