all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs 29.1 ignoring terminal color palette
@ 2023-12-04 16:21 Yamajala, Seshu
  2023-12-05 12:53 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Yamajala, Seshu @ 2023-12-04 16:21 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org

I recently upgraded to emacs 29.1 and my theme does not seem to be rendering
correctly anymore. I use xfce4-terminal and emacs without x11, my term is set to
screen256-color, but there is a noticable difference between the ways color are
rendered with emacs 29.1 and emacs 27.2.

There is an example here: https://i.imgur.com/Ti0uLvt.png

On the left is emacs 29.1 and on the right is emacs 27.2. The right is what I
expect to see with emacs 29.1. I'm not sure how to debug this. 

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

* Re: emacs 29.1 ignoring terminal color palette
  2023-12-04 16:21 emacs 29.1 ignoring terminal color palette Yamajala, Seshu
@ 2023-12-05 12:53 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-12-05 12:53 UTC (permalink / raw)
  To: help-gnu-emacs

> From: "Yamajala, Seshu" <seshu@slac.stanford.edu>
> Date: Mon, 4 Dec 2023 16:21:20 +0000
> 
> I recently upgraded to emacs 29.1 and my theme does not seem to be rendering
> correctly anymore. I use xfce4-terminal and emacs without x11, my term is set to
> screen256-color, but there is a noticable difference between the ways color are
> rendered with emacs 29.1 and emacs 27.2.
> 
> There is an example here: https://i.imgur.com/Ti0uLvt.png
> 
> On the left is emacs 29.1 and on the right is emacs 27.2. The right is what I
> expect to see with emacs 29.1. I'm not sure how to debug this. 

It looks like Emacs 27.2 was using only 88 colors, that's where the
color-NN color names come from.  Emacs 29, by contrast, uses 256
colors or maybe even more.

So one way to have what you want is to "downgrade" your TERM
definition to screen88-color (assuming such a profile exists).  OTOH,
I don't really understand why would you want to have fewer colors in
your Emacs, but that's me.

Another possibility is that you are somehow affected by the
COLORTERM=truecolor bug in 'screen'; see etc/PROBLEMS for the details.
(Btw, if your terminal is xfce4, why is your TERM set to
screen256-color? doesn't xfce4 come with its own terminfo definition
that you could use instead?)



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

end of thread, other threads:[~2023-12-05 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04 16:21 emacs 29.1 ignoring terminal color palette Yamajala, Seshu
2023-12-05 12:53 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.