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

@@ -60,6 +60,7 @@ if &background ==# 'dark'
highlight Cursor guifg=#2F3541 guibg=#EEF1F5 guisp=NONE gui=NONE cterm=NONE
highlight! link TermCursor Cursor
highlight CursorLine guifg=NONE guibg=#353C49 guisp=NONE gui=NONE cterm=NONE
highlight! link CocMenuSel CursorLine
highlight! link CursorColumn CursorLine
highlight! link NeogitDiffContextHighlight CursorLine
highlight! link TelescopeSelection CursorLine