Mercurial > emacs
changeset 63055:1fefd865fb18
(Info-title-1-face): Use green instead of yellow because
bold yellow is not readable on light backgrounds.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 06 Jun 2005 12:26:07 +0000 |
parents | bb05eaafc76a |
children | 095901aead41 |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Mon Jun 06 12:24:51 2005 +0000 +++ b/lisp/info.el Mon Jun 06 12:26:07 2005 +0000 @@ -3483,7 +3483,7 @@ (Info-goto-emacs-command-node command))))) (defface Info-title-1-face - '((((type tty pc) (class color)) :foreground "yellow" :weight bold) + '((((type tty pc) (class color)) :foreground "green" :weight bold) (t :height 1.2 :inherit Info-title-2-face)) "Face for Info titles at level 1." :group 'info)