From: Richard M. Stallman Date: Sun, 4 Mar 2007 17:44:42 +0000 (+0000) Subject: (minibuffer-prompt): Use medium blue by default. X-Git-Tag: emacs-pretest-22.0.96~291 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c57a1dc63b7cc32f055e2b0463adf86b6a1b405b;p=emacs.git (minibuffer-prompt): Use medium blue by default. --- diff --git a/lisp/faces.el b/lisp/faces.el index 54388fd54ca..8e93b9a4f3a 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2139,7 +2139,7 @@ created." ;; Don't use blue because many users of the MS-DOS port customize ;; their foreground color to be blue. (((type pc)) :foreground "magenta") - (t :foreground "dark blue")) + (t :foreground "medium blue")) "Face for minibuffer prompts. By default, Emacs automatically adds this face to the value of `minibuffer-prompt-properties', which is a list of text properties