emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Info-title-1-face is illegible on light background


From: Jesper Harder
Subject: Info-title-1-face is illegible on light background
Date: Wed, 28 Jan 2004 22:39:45 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

In GNU Emacs 21.3.50.32 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)

`Info-title-1-face' (yellow) is very hard to read in a colour terminal
with a light background.

I think green would be a better choice for light backgrounds.

2004-01-28  Jesper Harder  <address@hidden>

        * info.el (Info-title-1-face): Use green on light backgrounds.

*** /home/harder/emacs/lisp/info.el.~1.376.~    Mon Dec 29 20:26:03 2003
--- /home/harder/emacs/lisp/info.el     Wed Jan 28 22:17:47 2004
***************
*** 2738,2744 ****
           (Info-goto-emacs-command-node command)))))
  
  (defface Info-title-1-face
!   '((((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)
--- 2738,2747 ----
           (Info-goto-emacs-command-node command)))))
  
  (defface Info-title-1-face
!   '((((type tty pc) (class color) (background dark))
!      (:foreground "yellow" :weight bold))
!     (((type tty pc) (class color) (background light))
!      (:foreground "green" :weight bold))
      (t (:height 1.2 :inherit Info-title-2-face)))
    "Face for Info titles at level 1."
    :group 'info)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]