We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86100d commit c8e2636Copy full SHA for c8e2636
src/napari_matplotlib/tests/test_theme.py
@@ -29,7 +29,7 @@ def _mock_up_theme() -> None:
29
Based on:
30
https://napari.org/stable/gallery/new_theme.html
31
"""
32
- blue_theme = napari.utils.theme.get_theme("dark", False)
+ blue_theme = napari.utils.theme.get_theme("dark")
33
blue_theme.label = "blue"
34
blue_theme.background = "#4169e1" # my favourite shade of blue
35
napari.utils.theme.register_theme(
0 commit comments