diff lisp/info.el @ 32645:541dabe224ec

(Info-title-{1,2,3}-face): Change tty colors as suggested by Miles Bader.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 19 Oct 2000 06:59:00 +0000
parents f7ed7c88b2ed
children 816cfb30c5de
line wrap: on
line diff
--- a/lisp/info.el	Thu Oct 19 06:58:33 2000 +0000
+++ b/lisp/info.el	Thu Oct 19 06:59:00 2000 +0000
@@ -2360,19 +2360,19 @@
 	   (Info-goto-emacs-command-node command)))))
 
 (defface Info-title-1-face
-  '((((type tty pc) (class color)) (:foreground "lightred" :weight bold))
+  '((((type tty pc) (class color)) (:foreground "yellow" :weight bold))
     (t (:height 1.2 :inherit Info-title-2-face)))
   "Face for Info titles at level 1."
   :group 'info)
 
 (defface Info-title-2-face
-  '((((type tty pc) (class color)) (:foreground "yellow" :weight bold))
+  '((((type tty pc) (class color)) (:foreground "lightblue" :weight bold))
     (t (:height 1.2 :inherit Info-title-3-face)))
   "Face for Info titles at level 2."
   :group 'info)
 
 (defface Info-title-3-face
-  '((((type tty pc) (class color)) (:foreground "lightblue" :weight bold))
+  '((((type tty pc) (class color)) (:weight bold))
     (t (:height 1.2 :weight bold :inherit variable-pitch)))
   "Face for Info titles at level 3."
   :group 'info)