vim: all support for 'hrsh7th/nvim-cmp' to solarized colorscheme
This commit is contained in:
parent
ed55331041
commit
61ea57bc6c
1 changed files with 10 additions and 0 deletions
|
@ -407,6 +407,16 @@ M.highlights = function()
|
||||||
TelescopeMultiSelection = { fg = C.green },
|
TelescopeMultiSelection = { fg = C.green },
|
||||||
TelescopeMultiIcon = { fg = C.green },
|
TelescopeMultiIcon = { fg = C.green },
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- 'hrsh7th/nvim-cmp'
|
||||||
|
nvim_cmp = {
|
||||||
|
CmpItemAbbr = { link = 'Comment' },
|
||||||
|
CmpItemAbbrDeprecated = { link = 'Error' },
|
||||||
|
CmpItemAbbrMatch = { fg = C.base2 },
|
||||||
|
CmpItemAbbrMatchFuzzy = { fg = C.base2 },
|
||||||
|
CmpItemKind = { fg = C.violet },
|
||||||
|
CmpItemMenu = { fg = C.base01, italic = true },
|
||||||
|
},
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue