diff --git a/docs/_static/favicon/logo-noborder-180.png b/docs/_static/favicon/logo-noborder-180.png
index 88b21dd18..0a403b27c 100644
Binary files a/docs/_static/favicon/logo-noborder-180.png and b/docs/_static/favicon/logo-noborder-180.png differ
diff --git a/docs/_static/favicon/logo-silhouette-192.png b/docs/_static/favicon/logo-silhouette-192.png
index 31f4f5cc9..ef42111c3 100644
Binary files a/docs/_static/favicon/logo-silhouette-192.png and b/docs/_static/favicon/logo-silhouette-192.png differ
diff --git a/docs/_static/favicon/logo-silhouette-dark-light.svg b/docs/_static/favicon/logo-silhouette-dark-light.svg
index 7120e739e..969034cf8 100644
--- a/docs/_static/favicon/logo-silhouette-dark-light.svg
+++ b/docs/_static/favicon/logo-silhouette-dark-light.svg
@@ -1,28 +1,69 @@
-
-
+
diff --git a/docs/_static/images/logo.png b/docs/_static/images/logo.png
index 736ee2084..de59adde5 100644
Binary files a/docs/_static/images/logo.png and b/docs/_static/images/logo.png differ
diff --git a/docs/_static/images/logo.svg b/docs/_static/images/logo.svg
new file mode 100644
index 000000000..90854f6c8
--- /dev/null
+++ b/docs/_static/images/logo.svg
@@ -0,0 +1,62 @@
+
+
diff --git a/docs/community/resources.md b/docs/community/resources.md
index b912c44d0..ddb3ed226 100644
--- a/docs/community/resources.md
+++ b/docs/community/resources.md
@@ -2,36 +2,7 @@
## napari logo
-Below are several versions of the napari logo that you can use in your docs or presentations.
-
-
+The various versions of the napari logo (and other resources), are hosted on the [napari resources repository](https://github.com/napari/resources). To download the latest, head to the [latest release page](https://github.com/napari/resources/releases/latest). Make sure to read the [license](https://github.com/napari/resources#license) agreements and guidelines before using any of these in your own work.
## Website colors
diff --git a/docs/conf.py b/docs/conf.py
index b8fcadf57..431451c2a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -80,7 +80,7 @@
# Path to static files, images, favicons, logos, css, and extra templates
html_static_path = ['_static']
-html_logo = '_static/images/logo.png'
+html_logo = '_static/images/logo.svg'
html_css_files = [
'custom.css',
]
@@ -391,7 +391,7 @@ def napari_scraper(block, block_vars, gallery_conf):
'gallery_dirs': 'gallery', # path to where to save gallery generated output
'filename_pattern': '/*.py',
'ignore_pattern': 'README.rst|/*_.py',
- 'default_thumb_file': Path(__file__).parent / '_static' / 'images' / 'logo.png',
+ 'default_thumb_file': Path(__file__).parent / '_static' / 'images' / 'logo.svg',
'plot_gallery': "'True'", # https://github.com/sphinx-gallery/sphinx-gallery/pull/304/files
'download_all_examples': False,
'min_reported_time': 10,
@@ -512,4 +512,4 @@ def setup(app):
warning_handler.filters.insert(0, FilterSphinxWarnings(app))
if pooch.core.choose_downloader != napari_choose_downloader:
- pooch.core.choose_downloader = napari_choose_downloader
\ No newline at end of file
+ pooch.core.choose_downloader = napari_choose_downloader