On Fri, 12 May 2006, Jared wrote:

How do I change the background color used for cursorline in Vim 7.0?  I'd
like to make it a few shades darker.  It looks like it can be set with
hl-CursorLine, but I can't figure out how to actually do it.

I currently use the following setting in .gvimrc to set the color scheme:
highlight Normal guifg=white guibg=black

Any suggestions?  Thanks.

Just like you did with Normal, you can do with CursorLine. For example:

  :highlight CursorLine guibg=Grey20

To see what it's current set to:

  :hi CursorLine

HTH.
--
Gerald

Reply via email to