Variable: term-default-fg-color

term-default-fg-color is a customizable variable defined in term.el.gz.

This variable is obsolete since 24.3; use the face term instead.

Value

nil

Documentation

If non-nil, default color for foreground in Term mode.

Probably introduced at or before Emacs version 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/term.el.gz
(defcustom term-default-fg-color nil
  "If non-nil, default color for foreground in Term mode."
  :group 'term
  :type '(choice (const nil) (string :tag "color")))