tty-defined-color-alist
tty-defined-color-alist is a variable defined in `C source code'.
Its value is shown below.
Documentation:
An alist of defined terminal colors and their RGB values.
See the docstring of `tty-color-alist' for the details.
Value:
(("black" 0 0 0 0)
("red" 1 65535 0 0)
("green" 2 0 65535 0)
("yellow" 3 65535 65535 0)
("blue" 4 0 0 65535)
("magenta" 5 65535 0 65535)
("cyan" 6 0 65535 65535)
("white" 7 65535 65535 65535))