diff --git a/docs/conf.py b/docs/conf.py index 03aa74a14..2ed236b18 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -129,7 +129,10 @@ html_theme = "furo" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. -# html_theme_options = {} +html_theme_options = { + "light_logo": "pillow-logo-dark-text.png", + "dark_logo": "pillow-logo.png", +} # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = [] @@ -143,7 +146,7 @@ html_theme = "furo" # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = "resources/pillow-logo.png" +# html_logo = "resources/pillow-logo.png" # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 diff --git a/docs/resources/pillow-logo-dark-text.png b/docs/resources/pillow-logo-dark-text.png new file mode 100644 index 000000000..545104e6b Binary files /dev/null and b/docs/resources/pillow-logo-dark-text.png differ