[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/info.el
From: |
Juri Linkov |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/info.el |
Date: |
Tue, 19 Jul 2005 07:35:34 -0400 |
Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.436 emacs/lisp/info.el:1.437
*** emacs/lisp/info.el:1.436 Mon Jul 4 23:08:55 2005
--- emacs/lisp/info.el Tue Jul 19 11:35:34 2005
***************
*** 96,102 ****
(defface info-xref-visited
'((default :inherit info-xref)
(((class color) (background light)) :foreground "magenta4")
! (((class color) (background dark)) :foreground "magenta3")) ;"violet"?
"Face for visited Info cross-references."
:group 'info)
--- 96,102 ----
(defface info-xref-visited
'((default :inherit info-xref)
(((class color) (background light)) :foreground "magenta4")
! (((class color) (background dark)) :foreground "violet"))
"Face for visited Info cross-references."
:group 'info)
***************
*** 3527,3533 ****
(Info-goto-emacs-command-node command)))))
(defface info-title-1
! '((((type tty pc) (class color)) :foreground "green" :weight bold)
(t :height 1.2 :inherit info-title-2))
"Face for info titles at level 1."
:group 'info)
--- 3527,3536 ----
(Info-goto-emacs-command-node command)))))
(defface info-title-1
! '((((type tty pc) (class color) (background light))
! :foreground "green" :weight bold)
! (((type tty pc) (class color) (background dark))
! :foreground "yellow" :weight bold)
(t :height 1.2 :inherit info-title-2))
"Face for info titles at level 1."
:group 'info)