We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error sign in ALE a bit "noisy"?
I want this:
Which i achived by adding this to the bottom of my config:
hi Error cterm=bold,reverse ctermfg=23 ctermbg=203 gui=bold,reverse guifg=#002b36 guibg=#dc322f
If changed in the theme it would be this and im not sure why fg vs bg seems swapped.
syntax['Error'] = {fg=colors.base03,bg=colors.red,style='bold,reverse'}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error sign in ALE a bit "noisy"?
I want this:
Which i achived by adding this to the bottom of my config:
If changed in the theme it would be this and im not sure why fg vs bg seems swapped.
The text was updated successfully, but these errors were encountered: