Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normal and bright colours are switched #721

Open
acid-bong opened this issue Jun 13, 2024 · 1 comment
Open

Normal and bright colours are switched #721

acid-bong opened this issue Jun 13, 2024 · 1 comment

Comments

@acid-bong
Copy link

acid-bong commented Jun 13, 2024

Expected behaviour (st terminal with Gruvbox colours):
изображение

Actual behaviour (vterm with doom-gruvbox theme):
изображение

This is not unique to doom-themes and also happens with other themes that set ansi-color-... (like the builtin tango-dark). None of the tested themes explicitly customizes vterm-color-....

Doesn't happen in term, eshell and eat.

Emacs version: 29.3
Vterm version: df057b1

@WhoisDonlee
Copy link

Same problem here. It happens since e96c53f.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants