emacs-devel
[Top][All Lists]
Advanced

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

Re: Default mm-uu-extract face hard to read on ttys


From: Reiner Steib
Subject: Re: Default mm-uu-extract face hard to read on ttys
Date: Tue, 26 Feb 2008 20:33:51 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.90 (gnu/linux)

On Tue, Feb 26 2008, Sascha Wilde wrote:

> The default mm-uu-extract face is hard to read on ttys, as it defaults
> to light yellow on dark green, which gets translated to white on
> (bright) green on 8 color tty.

Could you suggest change to the face definition?  (IIRC Emacs 21
doesn't support `min-colors').

(defface mm-uu-extract '(;; Colors from `gnus-cite-3' plus background:
                         (((class color)
                           (background dark))
                          (:foreground "light yellow"
                           :background "dark green"))
                         (((class color)
                           (background light))
                          (:foreground "dark green"
                           :background "light yellow"))
                         (t
                          ()))
  "Face for extracted buffers."
  ;; See `mm-uu-verbatim-marks-extract'.
  :version "23.0" ;; No Gnus
  :group 'gnus-article-mime)

> It is used for highlighting text in messages which is marked a verbatim:
>
> --8<---------------cut here---------------start------------->8---
> this is an example
> --8<---------------cut here---------------end--------------->8---

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




reply via email to

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