Merge pull request #1730 from nathanrpage97/feat/docs-add-default-theme-appendix

Docs add default theme appendix
This commit is contained in:
Will McGugan 2022-01-06 12:02:36 +00:00 committed by GitHub
commit f5829f7f9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 1 deletions

View file

@ -141,9 +141,10 @@ The Theme class will inherit the default styles built-in to Rich. If your custom
You can disable inheriting the default theme by setting ``inherit=False`` on the :class:`rich.theme.Theme` constructor.
To see the default theme, run the following command::
To see the default theme, run the following commands::
python -m rich.theme
python -m rich.default_styles
Loading Themes