brianschmitt / relativenumber

Adds VIM Relative numbers to Visual Studio for use with VSVim
MIT License
44 stars 17 forks source link

Implement custom foreground/background color for current line #6

Closed markschabacker closed 9 years ago

markschabacker commented 9 years ago

Added a configuration option for the current cursor line's foreground and background colors:

fonts_and_colors

Render the current cursor line with the custom settings:

current_line

The current cursor line will fall back to the "Line Numbers" colors if values are not specified.

Thanks for the fantastic extension!

brianschmitt commented 9 years ago

Thanks!