jan-warchol / selenized

Solarized redesigned: fine-tuned color palette for programmers with focus on readability.
MIT License
767 stars 57 forks source link

Set CursorLineNr backgroud to be the same as LineNr #89

Open toniz4 opened 3 years ago

toniz4 commented 3 years ago

Having a different background for the line cursor looks weird for me. changing:

hi CursorLineNr guifg=#3a4d53 guibg=NONE guisp=NONE gui=NONE cterm=NONE

to

hi CursorLineNr guifg=#3a4d53 guibg=#e9e4d0 guisp=NONE gui=NONE cterm=NONE

would resolve the problem.