From 865c756dc211e978ca86c190030c0d93ab121b21 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 21 Aug 2018 15:43:01 +1200 Subject: Make line numbers with 'cursorline' the same color --- colors/sahara.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/sahara.vim b/colors/sahara.vim index 24186b5..616a05d 100644 --- a/colors/sahara.vim +++ b/colors/sahara.vim @@ -60,6 +60,7 @@ if has('gui_running') || &t_Co == 256 " highlight! link Title Normal highlight! link LineNr NonText + highlight! link CursorLineNr LineNr highlight! link TabLine StatusLineNC highlight! link TabLineFill StatusLineNC highlight! link TabLineSel StatusLine -- cgit v1.2.3