emacs-devel
[Top][All Lists]
Advanced

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

Re: Turning off colorization


From: Tassilo Horn
Subject: Re: Turning off colorization
Date: Thu, 06 Nov 2014 20:44:24 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

address@hidden (N. Jackson) writes:

> It's very rare to get buffer text that's unreadable[1], except when
> reading HTML mail in Gnus[2] where I very frequently get presented
> with a medium grey text on a medium grey background or a very dark
> text on my normal black background.

If you use shr as `mm-text-html-renderer' which is the default, then
HTML colors should be auto-adjusted so that they stay readable.  If you
still get "light-X" foreground on "a-little-less-X" background, you can
try increasing the minimum color distances used.  For example, I use

  (setq shr-color-visible-distance-min 10
        shr-color-visible-luminance-min 60)

to have a bit more contrast.

Bye,
Tassilo



reply via email to

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