]> git.eshelyaron.com Git - emacs.git/commitdiff
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-440
authorMiles Bader <miles@gnu.org>
Wed, 22 Jun 2005 02:31:48 +0000 (02:31 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 22 Jun 2005 02:31:48 +0000 (02:31 +0000)
Change escape-glyph color on dark backgrounds back to cyan

lisp/ChangeLog
lisp/faces.el

index 35178683899adbbdc38264f8769b27ad16fd0207..1079129698e13a549c50e9323bab88a15696fafd 100644 (file)
@@ -1,6 +1,7 @@
 2005-06-22  Miles Bader  <miles@gnu.org>
 
        * faces.el (vertical-border): Renamed from `vertical-divider'.
+       (escape-glyph): Change dark-background color back to `cyan'.
 
 2005-06-21  Juri Linkov  <juri@jurta.org>
 
index 9aa8f30101dc06da87f31ccb0cd57701d60e2be2..39c80db8d92ed68ee6c56b05fefb906f6ea62a97 100644 (file)
@@ -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")