Skip to content

Monkey-patch Python console to support dark themes

Mikolaj Wielgus requested to merge mwielgus/kicad:mr2 into master

Support dark themes by monkey-patching __init__ functions of EditWindow and Calltip. Whether to set dark theme or not is determined by is_using_dark_background(), which is a backport of wxWidgets 3.1.3 function wxSystemAppearance::IsUsingDarkBackground().

Fixes #8928 (closed)

Merge request reports