8000 [Bug]: Tool contrast low with dark theme on macosx backend · Issue #22605 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
[Bug]: Tool contrast low with dark theme on macosx backend #22605
Closed
@dstansby

Description

@dstansby

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0