From 06086b7f250334e66afa44876af23c98da84b346 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Fri, 20 Oct 2023 23:17:15 +0200 Subject: [PATCH] [vim] Change LineNr to transparent background --- stow/vim/.vim/colors/tdpeuter-light.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stow/vim/.vim/colors/tdpeuter-light.vim b/stow/vim/.vim/colors/tdpeuter-light.vim index ebc7298..609cfac 100644 --- a/stow/vim/.vim/colors/tdpeuter-light.vim +++ b/stow/vim/.vim/colors/tdpeuter-light.vim @@ -59,7 +59,9 @@ call s:h("Cursor", s:bg, s:blue, "") call s:h("CursorColumn", "", 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("DiffAdd", s:green, "", "")