Variable: cpp-face-dark-list

cpp-face-dark-list is a customizable variable defined in cpp.el.gz.

Value

nil

Documentation

Alist of names and faces to be used for dark backgrounds.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cpp.el.gz
(defcustom cpp-face-dark-list nil
  "Alist of names and faces to be used for dark backgrounds."
  :type '(repeat (cons string (choice face
                                      (cons (const background-color) string)))))