Variable: cpp-face-light-list
cpp-face-light-list is a customizable variable defined in cpp.el.gz.
Value
nil
Documentation
Alist of names and faces to be used for light backgrounds.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cpp.el.gz
(defcustom cpp-face-light-list nil
"Alist of names and faces to be used for light backgrounds."
:type '(repeat (cons string (choice face
(cons (const background-color) string)))))