You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ismslv My understanding is that wxPython currently does not have support for dark mode. Or, at least, I don't know of a way to get a signal from the operating system that says "use dark mode".
Or simply subprocess.check_output(['defaults', 'read', '-g', 'AppleInterfaceStyle']) which will return "Dark" (b'Dark\n') in case of Dark mode or long error text in case of white.
System version: macOS Sequoia 15.2
App version: Larch 2025.1.1, specifically Larix
Problem: with dark theme, some colors in the app make some elements invisible.
The text was updated successfully, but these errors were encountered: