emacs-libvterm
emacs-libvterm copied to clipboard
unable to locally remap default face
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.
I have the same issue.
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.
vterm is great, but with auto-dim-other-buffers.el, it does not work well.