Variable: tty-defined-color-alist

tty-defined-color-alist is a variable defined in xfaces.c.

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

Documentation

An alist of defined terminal colors and their RGB values.

See the docstring of tty-color-alist for the details.

Source Code

// Defined in /usr/src/emacs/src/xfaces.c
  DEFVAR_LISP ("tty-defined-color-alist", Vtty_defined_color_alist,
   doc: /* An alist of defined terminal colors and their RGB values.
See the docstring of `tty-color-alist' for the details.  */);