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

Can't change the virtual text color, or any other color. #4904

Open
ManuGraiph opened this issue Feb 11, 2025 · 1 comment
Open

Can't change the virtual text color, or any other color. #4904

ManuGraiph opened this issue Feb 11, 2025 · 1 comment
Labels

Comments

@ManuGraiph
Copy link

Hi,

For some reason, i can't change the color of error message, text, virtual text, anything.

I've tried every possible variant of:

highlight ALEVirtualTextError guibg=NONE guifg=#FF0000 ctermbg=NONE ctermfg=#FF0000

With autocmd, on vimrc, on my colorscheme file, using color names instead of the hex value, or even directly in the command line, and nothing. I'm not sure if i'm missing some settings or similar.

I'm using neovim 0.10.4, on arch.

Any idea what could it be?

@ManuGraiph ManuGraiph added the bug label Feb 11, 2025
@Jorenar
Copy link
Contributor

Jorenar commented Feb 18, 2025

ALE by default sends all linter output to Neovim's diagnostics API, instead of using it's own UI.
Try setting g:ale_use_neovim_diagnostics_api to 0.

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

No branches or pull requests

2 participants