MrDogeBro / sphinx_rtd_dark_mode

Adds a toggleable dark mode to the Read the Docs theme for Sphinx.
sphinx-rtd-dark-mode.vercel.app
MIT License
49 stars 15 forks source link

Admonitions colors #45

Open naub1n opened 2 months ago

naub1n commented 2 months ago

hi,

Dark mode don't show the same colors as light mode for admonitions hint, important and tip.

sphinx-rtd-dark-mode : 1.3.0

Light mode:

image

Dark mode:

image

reStructuredText code :

.. attention::
   attention

.. caution::
   caution

.. danger::
   danger

.. error::
   error

.. hint::
   hint

.. important::
   important

.. note::
   note

.. tip::
   tip

.. warning::
   warning

.. todo::
   todo