I'm looking for a way to configure the color used for line numbering (as in: :set nu) in Vim. The default on most platforms seems to be yellow (which is also used for some highlighted tokens). I would like to color the line numbers a dim gray; somewhere in the vicinity of #555. I'm not picky though, any subdued color would be acceptable.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
|
Try:
I found this through:
which is the way to get help on the To actually change the displayed colour:
This would change the foreground colour for LineNr on a character terminal to grey. If you are using gVim, you can:
|
||||
|
|
|
In MacVim (with Vim 7.3 at it's core) I've found
|
|||
|
|