Skip to content

[Bug]: Tool contrast low with dark theme on macosx backend #22605

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

Closed
dstansby opened this issue Mar 5, 2022 · 0 comments · Fixed by #22607
Closed

[Bug]: Tool contrast low with dark theme on macosx backend #22605

dstansby opened this issue Mar 5, 2022 · 0 comments · Fixed by #22607

Comments

@dstansby
Copy link
Member

dstansby commented Mar 5, 2022

Bug summary

On the macosx backend, when the OS theme is set to dark the toolbar buttons have very low contrast:

Screenshot 2022-03-05 at 10 04 26

This is related to #22150, but might need fixing independently in the macosx backend, so I've opened a new issue.

Code for reproduction

import matplotlib
matplotlib.use('macosx')
import matplotlib.pyplot as plt

plt.subplots()
plt.show()

Actual outcome

Low contrast buttons

Expected outcome

HIgh contrast buttons

Additional information

No response

Operating system

No response

Matplotlib Version

Lastest main branch

Matplotlib Backend

No response

Python version

No response

Jupyter version

No response

Installation

No response

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

Successfully merging a pull request may close this issue.

2 participants