ansi-color-map

ansi-color-map is a variable defined in `ansi-color.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
A brand new color map suitable for `ansi-color-get-face'.

The value of this variable is usually constructed by
`ansi-color-make-color-map'. The values in the array are such that the
numbers included in an SGR control sequences point to the correct
foreground or background colors.

Example: The sequence \033[34m specifies a blue foreground. Therefore:
(aref ansi-color-map 34)
=> (foreground-color . "blue")

Value:

[default bold default italic underline success warning error nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil (foreground-color . "black") (foreground-color . "red3") (foreground-color . "green3") (foreground-color . "yellow3") (foreground-color . "blue2") (foreground-color . "magenta3") (foreground-color . "cyan3") (foreground-color . "gray90") nil nil (background-color . "black") (background-color . "red3") (background-color . "green3") (background-color . "yellow3") (background-color . "blue2") (background-color . "magenta3") (background-color . "cyan3") (background-color . "gray90") nil nil]