emacs-devel
[Top][All Lists]
Advanced

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

Re: Face color changes


From: Juri Linkov
Subject: Re: Face color changes
Date: Tue, 28 Dec 2004 04:57:14 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

"Eli Zaretskii" <address@hidden> writes:
> Anyway, I'm not against changing the color defaults, I just don't
> think now is the time to open that can of worms (again).

There are very few faces that need to be adjusted a little
to make them darker on light backgrounds.

Also, I recall the discussion about changing the yellow color of
Info-title-1-face on light background, but nothing was changed.
How about such change?

(defface Info-title-1-face
  '((((type pc) (class color))
     :foreground "yellow" :weight bold)
    (((type tty) (class color) (background dark))
     :foreground "yellow" :weight bold)
    (((type tty) (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)

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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