From c04ed304e60e0347f2b08d9a93cc13f4f4166f18 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 6 Jun 2005 12:26:07 +0000 Subject: [PATCH] (Info-title-1-face): Use green instead of yellow because bold yellow is not readable on light backgrounds. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5