tty-standard-colors

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

Documentation:
An alist of 8 standard tty colors, their indices and RGB values.

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))