fix(coc.nvim): add highlight for MenuSel (#91)

This commit is contained in:
Jesper Ryom
2022-08-03 05:28:17 +02:00
committed by GitHub
parent 000a1ef90d
commit e2ac0557a3
14 changed files with 21 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ if &background ==# 'dark'
highlight Cursor guifg=#191919 guibg=#C9C9C9 guisp=NONE gui=NONE cterm=NONE
highlight! link TermCursor Cursor
highlight CursorLine guifg=NONE guibg=#222222 guisp=NONE gui=NONE cterm=NONE
highlight! link CocMenuSel CursorLine
highlight! link CursorColumn CursorLine
highlight! link NeogitDiffContextHighlight CursorLine
highlight! link TelescopeSelection CursorLine
@@ -309,6 +310,7 @@ else
highlight Cursor guifg=#EEEEEE guibg=#353535 guisp=NONE gui=NONE cterm=NONE
highlight! link TermCursor Cursor
highlight CursorLine guifg=NONE guibg=#E5E5E5 guisp=NONE gui=NONE cterm=NONE
highlight! link CocMenuSel CursorLine
highlight! link CursorColumn CursorLine
highlight! link NeogitDiffContextHighlight CursorLine
highlight! link TelescopeSelection CursorLine