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

CursorLineNr #36

Open
dylnmc opened this issue Jul 17, 2018 · 1 comment
Open

CursorLineNr #36

dylnmc opened this issue Jul 17, 2018 · 1 comment

Comments

@dylnmc
Copy link

dylnmc commented Jul 17, 2018

You need to hi CursorLineNr so that it doesn't persist from other colorschemes and is set appropriately for this colorscheme.

@dpopchev
Copy link

Maybe just do

dimitar@kaktus ~/.vim/colors $ grep CursorLine badwolf.vim -n
192:call s:HL('CursorLine',   '', 'darkgravel', 'none')
dimitar@kaktus ~/.vim/colors $ vim badwolf.vim 
dimitar@kaktus ~/.vim/colors $ vim badwolf.vim 
dimitar@kaktus ~/.vim/colors $ grep CursorLine badwolf.vim -n
192:call s:HL('CursorLine',   '', 'darkgravel', 'none')
194:call s:HL('CursorLineNr',   '', 'darkgravel', 'none')
dimitar@kaktus ~/.vim/colors $ 

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