diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-03-11 00:18:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 00:18:40 (GMT) |
commit | 491ef53c1548c2b593d3c35d1e7bf25ccb443019 (patch) | |
tree | 0cf9a3cc3a4057813fc8af4e6a10e7fbec389513 /Misc/NEWS.d/next/IDLE | |
parent | 0e1f1f01058bd4a9b98cfe443214adecc019a38c (diff) | |
download | cpython-491ef53c1548c2b593d3c35d1e7bf25ccb443019.zip cpython-491ef53c1548c2b593d3c35d1e7bf25ccb443019.tar.gz cpython-491ef53c1548c2b593d3c35d1e7bf25ccb443019.tar.bz2 |
bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262)
Prevent conflicts with Linux dark themes
(and slightly darken calltip background).
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-03-10-00-07-46.bpo-36176.jk_vv6.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-03-10-00-07-46.bpo-36176.jk_vv6.rst b/Misc/NEWS.d/next/IDLE/2019-03-10-00-07-46.bpo-36176.jk_vv6.rst new file mode 100644 index 0000000..5998c6f --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-03-10-00-07-46.bpo-36176.jk_vv6.rst @@ -0,0 +1,2 @@ +Fix IDLE autocomplete & calltip popup colors. Prevent conflicts with Linux +dark themes (and slightly darken calltip background). |