This commit is contained in:
Will McGugan 2022-05-02 18:06:50 +01:00
parent 11f3122939
commit ced921b94e

View file

@ -280,6 +280,9 @@ You can customize the theme used during SVG export by importing the desired them
Alternatively, you can create a theme of your own by constructing a :class:`rich.terminal_theme.TerminalTheme` instance yourself and passing that in.
.. note::
The SVGs reference the Fira Code font. If you embed a Rich SVG in your page, you may also want to add a link to the `Fira Code CSS <https://cdnjs.com/libraries/firacode>`_
Error console
-------------