summaryrefslogtreecommitdiff
path: root/doc/docs
diff options
context:
space:
mode:
authorMatth?us G. Chajdas <dev@anteru.net>2018-12-16 17:41:09 +0100
committerMatth?us G. Chajdas <dev@anteru.net>2018-12-16 17:41:09 +0100
commit2f1e43eee662ecb5a1ce90ff36868b89c9cee30b (patch)
tree9ee0af5e4ff0c943822b7c84ad83e6033164edd0 /doc/docs
parent711912abb9d3f29d8de7539f35440bd6bf5c6920 (diff)
downloadpygments-git-2f1e43eee662ecb5a1ce90ff36868b89c9cee30b.tar.gz
Update ansi color name change version.
Diffstat (limited to 'doc/docs')
-rw-r--r--doc/docs/styles.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/docs/styles.rst b/doc/docs/styles.rst
index cd0144ab..65a2a863 100644
--- a/doc/docs/styles.rst
+++ b/doc/docs/styles.rst
@@ -203,10 +203,10 @@ settings.
.. _NewAnsiColorNames:
-.. versionchanged:: 2.3
+.. versionchanged:: 2.4
The definition of the ansi color names has changed.
-New names are easier to understand and align to the colors used in other projects.
+New names are easier to understand and align to the colors used in other projects.
+-------------------------+--------------------------+
@@ -218,17 +218,17 @@ New names are easier to understand and align to the colors used in other project
| ``ansiyellow`` | ``#ansibrown`` |
| ``ansiblue`` | ``#ansidarkblue`` |
| ``ansimagenta`` | ``#ansipurple`` |
-| ``ansicyan`` | ``#ansiteal`` |
-| ``ansigray`` | ``#ansilightgray`` |
+| ``ansicyan`` | ``#ansiteal`` |
+| ``ansigray`` | ``#ansilightgray`` |
| ``ansibrightblack`` | ``#ansidarkgray`` |
| ``ansibrightred`` | ``#ansired`` |
| ``ansibrightgreen`` | ``#ansigreen`` |
-| ``ansibrightyellow`` | ``#ansiyellow`` |
+| ``ansibrightyellow`` | ``#ansiyellow`` |
| ``ansibrightblue`` | ``#ansiblue`` |
| ``ansibrightmagenta`` | ``#ansifuchsia`` |
| ``ansibrightcyan`` | ``#ansiturquoise`` |
| ``ansiwhite`` | ``#ansiwhite`` |
+=========================+==========================+
-Old ansi color names are deprecated but will still work.
+Old ansi color names are deprecated but will still work.