[vim] Change LineNr to transparent background
This commit is contained in:
		
							parent
							
								
									789fb19029
								
							
						
					
					
						commit
						18b5e573e2
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -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, "", "") | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue