Fix term cursor (#9)

The current cursor highlight is difficult to find
This commit is contained in:
Henry John Kupty 2016-12-09 23:56:24 -02:00 committed by Ike Ku
parent 3b0544b26a
commit bf95f90238

View File

@ -195,6 +195,7 @@ exe "hi! CursorLineConceal" .s:fg_guide .s:bg_line .s:fmt_none
" Terminal in NVIM " Terminal in NVIM
" --------- " ---------
if has("nvim") if has("nvim")
exec "hi! TermCursor" .s:fg_bg .s:bg_fg
let g:terminal_color_0 = s:palette.bg[s:style] let g:terminal_color_0 = s:palette.bg[s:style]
let g:terminal_color_1 = s:palette.markup[s:style] let g:terminal_color_1 = s:palette.markup[s:style]
let g:terminal_color_2 = s:palette.string[s:style] let g:terminal_color_2 = s:palette.string[s:style]