# HG changeset patch # User Juri Linkov # Date 1118060767 0 # Node ID 1fefd865fb18d3531831dba46a0d59d4a3f95f72 # Parent bb05eaafc76af059cb62e48443b432da7839d538 (Info-title-1-face): Use green instead of yellow because bold yellow is not readable on light backgrounds. diff -r bb05eaafc76a -r 1fefd865fb18 lisp/info.el --- 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)