mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
refactor(theme): change cmp snippet to gold
This commit is contained in:
parent
a1d1bb3f20
commit
5592aabaa1
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ function M.get(config)
|
|||
CmpItemKindFunction = { fg = p.iris },
|
||||
CmpItemKindInterface = { fg = p.gold },
|
||||
CmpItemKindMethod = { fg = p.iris },
|
||||
CmpItemKindSnippet = { fg = p.iris },
|
||||
CmpItemKindSnippet = { fg = p.gold },
|
||||
CmpItemKindVariable = { fg = p.foam },
|
||||
CmpItemKindBoolean = { link = "Boolean" },
|
||||
CmpItemKindProperty = { fg="text"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue