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
I trying to override some underline colors, let us say:
let g:jellybeans_overrides = { \ 'SpellCap' : { '256cterm': 'undercurl', '256ctermbg': 'None', \ 'guisp': 'Red, '256ctermsp': 'Red' }, \}
But I still have:
:hi SpellCap SpellCap xxx cterm=underline gui=underline guibg=#0000df guisp=Blue
The text was updated successfully, but these errors were encountered:
The load_color_def function is where this would need to be added.
Sorry, something went wrong.
No branches or pull requests
I trying to override some underline colors, let us say:
But I still have:
The text was updated successfully, but these errors were encountered: