From bf95f902389e95b3b7a7cf8698903ae157a9f548 Mon Sep 17 00:00:00 2001 From: Henry John Kupty Date: Fri, 9 Dec 2016 23:56:24 -0200 Subject: Fix term cursor (#9) The current cursor highlight is difficult to find --- colors/ayu.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'colors/ayu.vim') diff --git a/colors/ayu.vim b/colors/ayu.vim index 83002ba..021768f 100644 --- a/colors/ayu.vim +++ b/colors/ayu.vim @@ -195,6 +195,7 @@ exe "hi! CursorLineConceal" .s:fg_guide .s:bg_line .s:fmt_none " Terminal in 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_1 = s:palette.markup[s:style] let g:terminal_color_2 = s:palette.string[s:style] -- cgit v1.2.3-18-g5258