Colored only kind

This commit is contained in:
hrsh7th
2021-10-19 18:52:37 +09:00
parent 2e02662867
commit 8d1af008b6

View File

@@ -41,7 +41,7 @@ misc.set(_G, { 'cmp', 'plugin', 'colorscheme' }, function()
guibg = 'NONE',
ctermbg = 'NONE',
})
highlight.inherit('CmpItemKindDefault', 'Pmenu', {
highlight.inherit('CmpItemKindDefault', 'Special', {
guibg = 'NONE',
ctermbg = 'NONE',
})