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

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

Re: Do not render correctly colors on ssh terminal


From: Emanuel Berg
Subject: Re: Do not render correctly colors on ssh terminal
Date: Fri, 06 Oct 2023 00:11:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Vincenzo Palazzo wrote:

> I think the two configurations should be shown the same.
> I also try to use `export TERM='xterm-256color'` or `export
> TERM='xterm'` but this does not work for me.

You can configure the colors for xterm manually in
~/.Xresources, then do 'xrdb ~/.Xresources' in ~/.xinitrc.

! this file:
!   https://dataswamp.org/~incal/conf/.Xresources

! xterm
xterm*background:      #000000
xterm*cursorBlink:     false
xterm*cursorcolor:     #000000
xterm*faceName:        DejaVu Sans Mono Bold:pixelsize=12
xterm*foreground:      #dddddd
xterm*metaSendsEscape: true

! colors (blue red green yellow blue magenta cyan white)
! normal
xterm*color0: #000000
xterm*color1: #ff3232
xterm*color2: #009600
xterm*color3: #bebe00
xterm*color4: #6464ff
xterm*color5: #af6400
xterm*color6: #00b4b4
xterm*color7: #969696

! bright/bold
xterm*color8:  #5a5a5a
xterm*color9:  #ff4b4b
xterm*color10: #00b400
xterm*color11: #ff7f00
xterm*color12: #7d7dff
xterm*color13: #eb4beb
xterm*color14: #5affff
xterm*color15: #d2b48c

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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