From: Juri Linkov Date: Mon, 6 Jun 2005 12:26:07 +0000 (+0000) Subject: (Info-title-1-face): Use green instead of yellow because X-Git-Tag: emacs-pretest-22.0.90~9273 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c04ed304e60e0347f2b08d9a93cc13f4f4166f18;p=emacs.git (Info-title-1-face): Use green instead of yellow because bold yellow is not readable on light backgrounds. --- diff --git a/lisp/info.el b/lisp/info.el index c36554e6a7a..774715aca5c 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -3483,7 +3483,7 @@ the variable `Info-file-list-for-emacs'." (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)