Gnus development mailing list
 help / color / mirror / Atom feed
* spam-face should be more readable, expecially on ttys
@ 2005-01-05  1:58 Reiner Steib
  2005-02-08 19:51 ` Ted Zlatanov
  0 siblings, 1 reply; 2+ messages in thread
From: Reiner Steib @ 2005-01-05  1:58 UTC (permalink / raw)


[ Resent.  Does Gmane have some problems?  The first try didn't appear:
  Date: Tue Jan  4 17:15:22 2005 +0100
  Message-ID: <v9oeg5892d.fsf@marauder.physik.uni-ulm.de> ]

Hi,

on a tty (emacs -nw) with light background (e.g. ivory) `spam-face' is
unreadable.  Unless there are objections, I'll change it in trunk and
head as follows:

--8<---------------cut here---------------start------------->8---
--- spam.el	26 Nov 2004 08:14:41 -0000	6.146.2.7
+++ spam.el	4 Jan 2005 16:06:52 -0000
@@ -298,7 +298,19 @@
   :type '(radio (const nil) regexp)
   :group 'spam)
 
-(defcustom spam-face 'gnus-splash-face
+(defface spam-face
+  '((((class color) (type tty) (background dark))
+     (:foreground "gray80" :background "gray50"))
+    (((class color) (type tty) (background light))
+     (:foreground "gray50" :background "gray80"))
+    (((class color) (background dark))
+     (:foreground "ivory2"))
+    (((class color) (background light))
+     (:foreground "ivory4"))
+    (t :inverse-video t))
+  "Face for spam-marked articles.")
+
+(defcustom spam-face 'spam-face
   "Face for spam-marked articles."
   :type 'face
   :group 'spam)
--8<---------------cut here---------------end--------------->8---

I have added a new face because I think that (ab)using
`gnus-splash-face' is not the best idea.  Suggestions (e.g. better
color combinations) are welcome.

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



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

* Re: spam-face should be more readable, expecially on ttys
  2005-01-05  1:58 spam-face should be more readable, expecially on ttys Reiner Steib
@ 2005-02-08 19:51 ` Ted Zlatanov
  0 siblings, 0 replies; 2+ messages in thread
From: Ted Zlatanov @ 2005-02-08 19:51 UTC (permalink / raw)


On Wed, 05 Jan 2005, reinersteib+gmane@imap.cc wrote:

> on a tty (emacs -nw) with light background (e.g. ivory) `spam-face' is
> unreadable.  Unless there are objections, I'll change it in trunk and
> head as follows:
[...]
> I have added a new face because I think that (ab)using
> `gnus-splash-face' is not the best idea.  Suggestions (e.g. better
> color combinations) are welcome.

I think it looks great.  Thanks for doing this.

Ted



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

end of thread, other threads:[~2005-02-08 19:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-05  1:58 spam-face should be more readable, expecially on ttys Reiner Steib
2005-02-08 19:51 ` Ted Zlatanov

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).