Add IDLE Hovertip foreground color needed for recent macOS · Issue #120083 · python/cpython

Bug report Bug description: Minimal Reproducible Example import tkinter as tk from idlelib.tooltip import Hovertip root = tk.Tk() root.geometry('200x100') label = tk.Label(root, text='Hover Me!') l...