vim: all support for 'hrsh7th/nvim-cmp' to solarized colorscheme
This commit is contained in:
parent
e1cf81e0de
commit
8c2c22d2ea
1 changed files with 10 additions and 0 deletions
|
@ -407,6 +407,16 @@ M.highlights = function()
|
|||
TelescopeMultiSelection = { 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue