Skip to content

Allow style sheets to be used #175

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

Merged
merged 4 commits into from
Jun 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add descriptions to light theme
Co-authored-by: Sam Cunliffe <[email protected]>
  • Loading branch information
dstansby and samcunliffe committed Jun 21, 2023
commit 373f945b86935277394d0629f34d82e591702f2c
6 changes: 3 additions & 3 deletions src/napari_matplotlib/styles/light.mplstyle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Light-theme napari colour scheme for matplotlib plots

# text (): #3b3a39
# foreground (): #d6d0ce
# background (): #efebe9
# text (very dark grey - almost black): #3b3a39
# foreground (mid grey): #d6d0ce
# background (brownish beige): #efebe9

figure.facecolor : none
axes.labelcolor : 3b3a39
Expand Down