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

*sp overrides takes no effect #81

Open
bergentroll opened this issue Aug 5, 2019 · 1 comment
Open

*sp overrides takes no effect #81

bergentroll opened this issue Aug 5, 2019 · 1 comment

Comments

@bergentroll
Copy link

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
@nanotech
Copy link
Owner

The load_color_def function is where this would need to be added.

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