With Python 3.8 and PySide6 we are starting to support things like OS X dark mode. Some widgets make assumptions about colours, rather than choosing from the current palette (eg. PythonEditor, PythonShell, probably others).
Moderate priority to fix these, or make it easy to ignore dark mode, as otherwise these widgets aren't very usable.
With Python 3.8 and PySide6 we are starting to support things like OS X dark mode. Some widgets make assumptions about colours, rather than choosing from the current palette (eg.
PythonEditor
,PythonShell
, probably others).Moderate priority to fix these, or make it easy to ignore dark mode, as otherwise these widgets aren't very usable.