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.
|
2
|
|
||
|
|
|
|
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:
|
|||
|
|
