This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hello guys,
Does anyone know how to configure Python's IDLE to show Code Hints in Black? Or tweak the popup window to have a black background? As of right now the hint window shows white text on white background, which as you can imagine is pretty hard to read. (it does however, change the text to black if that particular line is the currently selected one)
I've tried practically everything in IDLE's own configuration (while offering several color configurations, it doesn't seem to control the popup code hint window), its leading me to think that there's some issue somewhere with my KDE / Qt settings and dark theme making text white, while IDLE isn't respecting this overall to make the popup background black.
Thanks again!
EDIT:
You can modify autocomplete_w.py and calltip_w.py under /usr/lib/python to change the background color. A feature request for configuration of this via IDLE was submitted
Subreddit
Post Details
- Posted
- 5 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/linuxquesti...