Question
In some colorschemes the current line highlighting changes background, in others, like Desert, the current line is underlined. (:set cursorline)
I want to change the current line highlighting in Desert to use a different background color instead of underlining. How can I do that?
Currently, I modify .vimrc:
The effect of highlight:
How-To
Update: .vimrc that solves the issue
- colorscheme desert
- set cursorline
- hi CursorLine term=bold cterm=bold guibg=Grey40
Supplement
* How to use a vim color scheme
沒有留言:
張貼留言