Open acid-bong opened 5 months ago
Same problem here. It happens since e96c53f5035c841b20937b65142498bd8e161a40.
Before this commit:
ELISP> (vterm--get-color 1)
"#e45649"
ELISP> (vterm--get-color 9)
"#ea8076"
After this commit:
ELISP> (vterm--get-color 1)
"#ea8076"
ELISP> (vterm--get-color 9)
"#e86f64"
In both cases my ansi-color-red
and ansi-color-bright-red
are set to "#e45649" and "#ea8076"
I'm not sure where the new red comes from.
Expected behaviour (
st
terminal with Gruvbox colours):Actual behaviour (
vterm
withdoom-gruvbox
theme):This is not unique to doom-themes and also happens with other themes that set
ansi-color-...
(like the builtintango-dark
). None of the tested themes explicitly customizesvterm-color-...
.Doesn't happen in
term
,eshell
andeat
.Emacs version: 29.3 Vterm version: df057b1