Variable: cpp-face-light-name-list
cpp-face-light-name-list is a customizable variable defined in
cpp.el.gz.
Value
("light gray" "light blue" "light cyan" "light yellow" "light pink"
"pale green" "beige" "orange" "magenta" "violet" "medium purple"
"turquoise")
Documentation
Background colors useful with dark foreground colors.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cpp.el.gz
(defcustom cpp-face-light-name-list
'("light gray" "light blue" "light cyan" "light yellow" "light pink"
"pale green" "beige" "orange" "magenta" "violet" "medium purple"
"turquoise")
"Background colors useful with dark foreground colors."
:type '(repeat string))