bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#21557: 25.0.50; HTML renders text invisible


From: Katsumi Yamaoka
Subject: bug#21557: 25.0.50; HTML renders text invisible
Date: Tue, 29 Sep 2015 08:02:17 +0900
User-agent: Gnus/5.130014 (真 Gnus v0.14) Emacs/25.0.50 (i686-pc-cygwin)

On Mon, 28 Sep 2015 16:14:46 +0300, Eli Zaretskii wrote:
>> +  (when (and (or fg bg) (>= (display-color-cells) 256))

> I wonder whether 256 above should be replaced with a much lower
> number, like 88, perhaps?

256 means `Depth 8 Pseudo Color', i.e., 24bit color (R:8bit,
G:8bit, B:8bit) but only 256 cells in the color pallet, AFAIK.
It matches shr-color.el that calculates colors based on 24bit.
But I don't know what is 88-color system.  Is it not based on
24bit color?  If not, a color shr-color offers will be too dim.





reply via email to

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