Variable: term-default-bg-color
term-default-bg-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-bg-color nil
"If non-nil, default color for foreground in Term mode."
:group 'term
:type '(choice (const nil) (string :tag "color")))