[ENH]: Add dark mode for subplot configuration tool · Issue #27592 · matplotlib/matplotlib · GitHub
Skip to content

[ENH]: Add dark mode for subplot configuration tool #27592

Description

@dstansby

Problem

The subplot configuration tool is currently white background/black text when macOS is in dark mode. It would be nice to apply a dark style sheet when macOS is in dark mode. This is using the macosx backend, but might be an issue for other backends (but not QT AFAIK).

import matplotlib.pyplot as plt
plt.figure()
plt.show()
Screenshot 2024-01-01 at 19 40 19

Proposed solution

Apply a dark style sheet to the configuration tool when macOS is in dark mode.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions