emacs-libvterm icon indicating copy to clipboard operation
emacs-libvterm copied to clipboard

unable to locally remap default face

Open nehrbash opened this issue 1 year ago • 5 comments

before commit e96c53f I was able to make vterm a slightly different color by adding a hook that used face-remap-add-relative

(face-remap-add-relative
				   'default
				   :background "#281d12")

Now I don't seem able to override the default face nor is there a vterm background face to customize.

nehrbash avatar Jan 05 '24 18:01 nehrbash

I have the same issue.

linwaytin avatar Jan 29 '24 15:01 linwaytin

This is also what auto-dim-other-buffers uses (together with :filtered face predicate). There’s a feature request to support vterm in adob but it’s not possible without this feature.

mina86 avatar Aug 04 '24 16:08 mina86

vterm is great, but with auto-dim-other-buffers.el, it does not work well.

getong avatar Aug 10 '24 07:08 getong