VIM: Added line indicator happy_hacking

Changed the colour of the active line indicator from yellow to red. It's
better visible during edits than yellow.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
Tobias Manske 2018-09-01 13:18:54 +02:00
parent a426a4ef08
commit 9409a9f949
No known key found for this signature in database
GPG Key ID: 978D99F12D4E041F

View File

@ -340,7 +340,7 @@ hi! link TabLineFill StatusLine
call s:Color("TabLineSel", s:white, s:gray2, s:t_white, s:t_gray2, "bold")
" Line numbers
call s:Color("CursorLineNR", s:yellow, "NONE", s:t_yellow, "NONE", "bold")
call s:Color("CursorLineNR", s:red, "NONE", s:t_red, "NONE", "bold")
" Neovim terminal colors
let g:terminal_color_0 = s:black1