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:
parent
a426a4ef08
commit
9409a9f949
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user