enthought / pyface

pyface: traits-capable windowing framework
Other
106 stars 55 forks source link

Dark mode compatibility for Qt #1087

Open corranwebster opened 2 years ago

corranwebster commented 2 years ago

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.