# HG changeset patch # User Richard M. Stallman # Date 1173030282 0 # Node ID 81d50597174efd0a6b51d3e9e649b7bc0e9b2848 # Parent 7d2b5814cd4ed7f1b3a32176677758d4ed5f119a (minibuffer-prompt): Use medium blue by default. diff -r 7d2b5814cd4e -r 81d50597174e lisp/faces.el --- a/lisp/faces.el Sun Mar 04 08:41:08 2007 +0000 +++ b/lisp/faces.el Sun Mar 04 17:44:42 2007 +0000 @@ -2139,7 +2139,7 @@ ;; 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