diff options
author | Miles Bader <miles@gnu.org> | 2005-06-22 02:31:48 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2005-06-22 02:31:48 +0000 |
commit | 73106994f86353b8bb5018bacdace22643c5f485 (patch) | |
tree | 94e7c61d13e7b698cfaba742cfbacc86e2cafd0d /lisp/faces.el | |
parent | 53abc3bfc04249c60ed07e86502b6d088721eee1 (diff) | |
download | emacs-73106994f86353b8bb5018bacdace22643c5f485.tar.gz |
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-440
Change escape-glyph color on dark backgrounds back to cyan
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 9aa8f30101d..39c80db8d92 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2106,7 +2106,7 @@ Note: Other faces cannot inherit from the cursor face." :group 'basic-faces) (defface escape-glyph - '((((background dark)) :foreground "pink2") + '((((background dark)) :foreground "cyan") ;; See the comment in minibuffer-prompt for ;; the reason not to use blue on MS-DOS. (((type pc)) :foreground "magenta") |