[vim] Change LineNr to transparent background

This commit is contained in:
Tibo De Peuter 2023-10-20 23:17:15 +02:00
parent 789fb19029
commit 18b5e573e2

View file

@ -59,7 +59,9 @@ call s:h("Cursor", s:bg, s:blue, "")
call s:h("CursorColumn", "", s:cursor_line, "") call s:h("CursorColumn", "", s:cursor_line, "")
call s:h("CursorLine", "", s:cursor_line, "") call s:h("CursorLine", "", s:cursor_line, "")
call s:h("LineNr", s:gutter_fg, s:gutter_bg, "") " call s:h("LineNr", s:gutter_fg, s:gutter_bg, "")
" Transparent column
hi LineNr guisp=NONE guifg=#d4d4d4 guibg=#fafafa ctermfg=252 ctermbg=NONE gui=NONE
call s:h("CursorLineNr", s:fg, "", "") call s:h("CursorLineNr", s:fg, "", "")
call s:h("DiffAdd", s:green, "", "") call s:h("DiffAdd", s:green, "", "")