Gnus development mailing list
 help / color / mirror / Atom feed
* subjects too dim
@ 2008-01-14  7:21 jidanni
  2008-01-14 20:33 ` Kevin Ryde
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: jidanni @ 2008-01-14  7:21 UTC (permalink / raw)
  To: ding

Dear sirs, SeaGreen3 is too dim a color for me to read subjects with
ease. (customize-face (quote (gnus-header-subject))) does not give me
a menu to pick a different color. There is only a check mark one can
toggle. Perhaps one might provide me with a method for .gnus.el.

(add-hook
 'gnus-startup-hook
 '(lambda ()
    (require 'gnus-art)
    (defface gnus-header-subject
      '((((class color)... does not work either.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: subjects too dim
  2008-01-14  7:21 subjects too dim jidanni
@ 2008-01-14 20:33 ` Kevin Ryde
  2008-01-15  4:05 ` Russ Allbery
  2008-01-15 18:24 ` Reiner Steib
  2 siblings, 0 replies; 5+ messages in thread
From: Kevin Ryde @ 2008-01-14 20:33 UTC (permalink / raw)
  To: ding

jidanni@jidanni.org writes:
>
> SeaGreen3 is too dim a color

In dark background mode?  Fixed in the cvs to SeaGreen1 last May I think.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: subjects too dim
  2008-01-14  7:21 subjects too dim jidanni
  2008-01-14 20:33 ` Kevin Ryde
@ 2008-01-15  4:05 ` Russ Allbery
  2008-01-16  3:11   ` jidanni
  2008-01-15 18:24 ` Reiner Steib
  2 siblings, 1 reply; 5+ messages in thread
From: Russ Allbery @ 2008-01-15  4:05 UTC (permalink / raw)
  To: jidanni; +Cc: ding

jidanni@jidanni.org writes:

> Dear sirs, SeaGreen3 is too dim a color for me to read subjects with
> ease. (customize-face (quote (gnus-header-subject))) does not give me
> a menu to pick a different color. There is only a check mark one can
> toggle. Perhaps one might provide me with a method for .gnus.el.
>
> (add-hook
>  'gnus-startup-hook
>  '(lambda ()
>     (require 'gnus-art)
>     (defface gnus-header-subject
>       '((((class color)... does not work either.

(custom-set-faces '(gnus-header-subject ((t (:foreground "yellow" :bold t)))))

is what I use.

-- 
Russ Allbery (rra@stanford.edu)             <http://www.eyrie.org/~eagle/>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: subjects too dim
  2008-01-14  7:21 subjects too dim jidanni
  2008-01-14 20:33 ` Kevin Ryde
  2008-01-15  4:05 ` Russ Allbery
@ 2008-01-15 18:24 ` Reiner Steib
  2 siblings, 0 replies; 5+ messages in thread
From: Reiner Steib @ 2008-01-15 18:24 UTC (permalink / raw)
  To: ding

On Mon, Jan 14 2008, jidanni@jidanni.org wrote:

> Dear sirs, SeaGreen3 is too dim a color for me to read subjects with
> ease.

As already pointed out by Kevin, the colors have been adjusted:

,----
| 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
| 
| 	* gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
| 	(gnus-header-content)
| 	* gnus-cite.el (gnus-cite-10)
| 	* gnus-srvr.el (gnus-server-closed)
| 	* gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
| 	(gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
| 	(gnus-group-mail-3-empty, gnus-group-mail-low)
| 	(gnus-group-mail-low-empty, gnus-splash)
| 	* message.el (message-header-to, message-header-cc)
| 	(message-header-subject, message-header-other, message-header-name)
| 	(message-header-xheader, message-separator, message-cited-text)
| 	(message-mml): Lighten colors of faces used for dark background.
`----

> (customize-face (quote (gnus-header-subject))) does not give me a
> menu to pick a different color. 

Gnus uses the standard Emacs `defface' function.  If customize-face
doesn't work as you expect, report it to the Emacs developers.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: subjects too dim
  2008-01-15  4:05 ` Russ Allbery
@ 2008-01-16  3:11   ` jidanni
  0 siblings, 0 replies; 5+ messages in thread
From: jidanni @ 2008-01-16  3:11 UTC (permalink / raw)
  To: ding

Cool, I added
RA> (custom-set-faces '(gnus-header-subject ((t (:foreground "yellow" :bold t)))))
Me> (custom-set-faces '(message-header-subject ((t (:foreground "yellow" :bold t)))))
to .gnus.el and like all is well. Plus I avoided a dreaded
encounter/confrontation with the "easy customization interface"!



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-01-16  3:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-14  7:21 subjects too dim jidanni
2008-01-14 20:33 ` Kevin Ryde
2008-01-15  4:05 ` Russ Allbery
2008-01-16  3:11   ` jidanni
2008-01-15 18:24 ` Reiner Steib

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).