This commit is contained in:
Will McGugan 2020-05-25 11:22:53 +01:00
parent cf1b2d4e68
commit 81516e8434
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ The console will auto-detect a number of properties required when rendering.
Color systems
-------------
There are several "standards" for writing color to the terminal which are not all universally supported. You can set the color system for a :class:`~rich.console.Console` by supplying the "color_system" argument. Generally you should leave this value as the default (``None``) which tells Rich to auto-detect the color system.
There are several "standards" for writing color to the terminal which are not all universally supported. You can set the color system for a :class:`~rich.console.Console` by supplying the ``color_system`` argument. Rich will auto-detect the color system if you leave it as the default (``None``).
You can also set ``color_system`` to one of the following values:
You can set ``color_system`` to one of the following values:
* "standard" Can display 8 colors, with normal and bright variations, for 16 colors in total.
* "256" Can display the 16 colors from "standard" plus a fixed palette of 240 colors.