aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-21 15:43:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-21 15:43:01 +1200
commit865c756dc211e978ca86c190030c0d93ab121b21 (patch)
treeec42279fd85e1310d243e2b1a4bf4bc8ce36b3a7 /colors
parentAdd a space to some lined-up statements (diff)
downloadvim-sahara-865c756dc211e978ca86c190030c0d93ab121b21.tar.gz
vim-sahara-865c756dc211e978ca86c190030c0d93ab121b21.zip
Make line numbers with 'cursorline' the same color
Diffstat (limited to 'colors')
-rw-r--r--colors/sahara.vim1
1 files changed, 1 insertions, 0 deletions
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