comparison lisp/faces.el @ 63650:906515736089

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-440 Change escape-glyph color on dark backgrounds back to cyan
author Miles Bader <miles@gnu.org>
date Wed, 22 Jun 2005 02:31:48 +0000
parents 144440a09db1
children 47c90f7c23df bdcbdec78dd3
comparison
equal deleted inserted replaced
63649:144440a09db1 63650:906515736089
2104 :version "21.1" 2104 :version "21.1"
2105 :group 'whitespace ; like `show-trailing-whitespace' 2105 :group 'whitespace ; like `show-trailing-whitespace'
2106 :group 'basic-faces) 2106 :group 'basic-faces)
2107 2107
2108 (defface escape-glyph 2108 (defface escape-glyph
2109 '((((background dark)) :foreground "pink2") 2109 '((((background dark)) :foreground "cyan")
2110 ;; See the comment in minibuffer-prompt for 2110 ;; See the comment in minibuffer-prompt for
2111 ;; the reason not to use blue on MS-DOS. 2111 ;; the reason not to use blue on MS-DOS.
2112 (((type pc)) :foreground "magenta") 2112 (((type pc)) :foreground "magenta")
2113 ;; red4 is too light -- rms. 2113 ;; red4 is too light -- rms.
2114 (t :foreground "blue")) 2114 (t :foreground "blue"))