]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-title-1-face): Use green instead of yellow because
authorJuri Linkov <juri@jurta.org>
Mon, 6 Jun 2005 12:26:07 +0000 (12:26 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 6 Jun 2005 12:26:07 +0000 (12:26 +0000)
bold yellow is not readable on light backgrounds.

lisp/info.el

index c36554e6a7a29814d5902de51deb2700d479df92..774715aca5cdcb706465edf5c0ed4b75e00ae3ee 100644 (file)
@@ -3483,7 +3483,7 @@ the variable `Info-file-list-for-emacs'."
           (Info-goto-emacs-command-node command)))))
 \f
 (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)