diff options
-rw-r--r-- | lisp/term.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term.el b/lisp/term.el index b7930b704e7..141f874c285 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -696,8 +696,8 @@ Buffer local variable.") (progn ,@body) (error nil))) -(defvar term-default-fg-color "SkyBlue") -(defvar term-default-bg-color "LightBlue") +(defvar term-default-fg-color nil) +(defvar term-default-bg-color nil) (when (fboundp 'make-face) ;;; --- Simple faces --- |