]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-title-{1,2,3}-face): Change tty colors as suggested by Miles Bader.
authorEli Zaretskii <eliz@gnu.org>
Thu, 19 Oct 2000 06:59:00 +0000 (06:59 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 19 Oct 2000 06:59:00 +0000 (06:59 +0000)
lisp/info.el

index c375bd871b606e72af093f497cf06fcca969f5a4..5817e6face154416e5b07fd0b2170a6b139b9b1f 100644 (file)
@@ -2360,19 +2360,19 @@ 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 "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)