Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dark mode not supported in GUI on macOS Big Sur [Title and comment changed] #80

Open
chadbert2 opened this issue Jan 10, 2021 · 3 comments

Comments

@chadbert2
Copy link

chadbert2 commented Jan 10, 2021

Original bug was for wrong repo.

This issue is about the GUI application on Mac OS Big Sur. When using dark mode, the text is not readable. I may try to look into this issue myself to see if I can fix it.

Screen Shot 2021-01-09 at 11 18 05 PM

@chadbert2 chadbert2 changed the title Entrances do now show up in Mac OS Dark mode not supported in GUI on macOS Big Sur [Title and comment changed] Jan 10, 2021
@miketrethewey
Copy link

This would be a tkinter issue.
The library used for the UI elements needs to be updated to recognize Dark Mode or a new UI library that does support it needs to be located and used.

@miketrethewey
Copy link

It seems that because it's an "untrusted" application, it's not allowing Dark Mode to apply to everything:
https://stackoverflow.com/a/55516222

@miketrethewey
Copy link

I've been trying to use ttk to style the elements and it's a larger challenge than I expected.
Some comments I've seen online have suggested alternate UI engines (other than tkinter) that may natively support the Dark Mode in Mojave.
Alas, I don't have a MacOS machine to test on. :\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants