diff options
| author | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2016-02-14 15:17:47 -0800 |
|---|---|---|
| committer | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2016-02-14 15:17:47 -0800 |
| commit | cb9ffed2cb5e1c17ad6438ee00ff791c17cecf5b (patch) | |
| tree | 8b1f262cce1bdfe08ba937bbbaa426d50e792fa2 /doc/docs | |
| parent | 8933a64a6eaf30645af5170b69c09904c4217b6c (diff) | |
| download | pygments-git-cb9ffed2cb5e1c17ad6438ee00ff791c17cecf5b.tar.gz | |
Rename ansilist that now is a set, slipped though PR 531 review
Diffstat (limited to 'doc/docs')
| -rw-r--r-- | doc/docs/styles.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs/styles.rst b/doc/docs/styles.rst index 394c8ed2..1094a270 100644 --- a/doc/docs/styles.rst +++ b/doc/docs/styles.rst @@ -154,7 +154,7 @@ Terminal Styles Custom styles used with the 256-color terminal formatter can also map colors to use the 8 default ANSI colors. To do so, use ``#ansigreen``, ``#ansired`` or -any other colors defined in :attr:`pygments.style.ansilist`. Foreground ANSI +any other colors defined in :attr:`pygments.style.ansicolors`. Foreground ANSI colors will be mapped to the corresponding `escape codes 30 to 37 <https://en.wikipedia.org/wiki/ANSI_escape_code#Colors>`_ thus respecting any custom color mapping and themes provided by many terminal emulators. Light |
