mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): add more cmp items
This commit is contained in:
parent
ea2d26ba84
commit
b2beebd645
1 changed files with 8 additions and 0 deletions
|
|
@ -400,6 +400,14 @@ function M.get(config)
|
|||
CmpItemKindMethod = { fg = p.iris },
|
||||
CmpItemKindSnippet = { fg = p.iris },
|
||||
CmpItemKindVariable = { fg = p.foam },
|
||||
CmpItemKindBoolean = { link = "Boolean" },
|
||||
CmpItemKindProperty = { link = "Function" },
|
||||
CmpItemKindString = { fg = p.rose },
|
||||
CmpItemKindText = { fg = p.pine },
|
||||
-- -- TODO: turn to highlight_low for light mode, high for dark
|
||||
CmpPmenuSel = { bg = 'highlight_high' },
|
||||
-- CmpPmenuSel = { bg = p.highlight_med },
|
||||
-- CmpPmenuSel = { bg = p.overlay },
|
||||
GhostText = { fg = p.muted },
|
||||
|
||||
-- SmiteshP/nvim-navic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue