]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36176: Fix IDLE autocomplete & calltip popup colors. (GH-12262)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 11 Mar 2019 00:37:36 +0000 (17:37 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Mar 2019 00:37:36 +0000 (17:37 -0700)
commitea1627008e2ccca3eefa8f4f8123ad74d34c7500
treeba0692320990c15c174cd9f792fda1e018464356
parent97c7d78fda49e03fc773c171ce0c736d02bb73f5
bpo-36176: Fix IDLE autocomplete & calltip popup colors. (GH-12262)

Prevent conflicts with Linux dark themes
(and slightly darken calltip background).
(cherry picked from commit 491ef53c1548c2b593d3c35d1e7bf25ccb443019)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/autocomplete_w.py
Lib/idlelib/calltip_w.py
Misc/NEWS.d/next/IDLE/2019-03-10-00-07-46.bpo-36176.jk_vv6.rst [new file with mode: 0644]