mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 18:18:22 +00:00
Merge pull request #1730 from nathanrpage97/feat/docs-add-default-theme-appendix
Docs add default theme appendix
This commit is contained in:
commit
f5829f7f9f
2 changed files with 26 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue