Variable: ansi-color-map
ansi-color-map is a variable defined in ansi-color.el.gz.
This variable is obsolete since 28.1; you can remove it.
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]
Documentation
A brand new color map, formerly 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.
This variable is obsolete, and no longer needed to use ansi-color.
Source Code
;; Defined in /usr/src/emacs/lisp/ansi-color.el.gz
(defvar ansi-color-map
(with-no-warnings (ansi-color-make-color-map))
"A brand new color map, formerly 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.
This variable is obsolete, and no longer needed to use ansi-color.")