mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): set cmpitemkindpropertyy to text
This commit is contained in:
parent
b2beebd645
commit
a1d1bb3f20
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ function M.get(config)
|
|||
CmpItemKindSnippet = { fg = p.iris },
|
||||
CmpItemKindVariable = { fg = p.foam },
|
||||
CmpItemKindBoolean = { link = "Boolean" },
|
||||
CmpItemKindProperty = { link = "Function" },
|
||||
CmpItemKindProperty = { fg="text"},
|
||||
CmpItemKindString = { fg = p.rose },
|
||||
CmpItemKindText = { fg = p.pine },
|
||||
-- -- TODO: turn to highlight_low for light mode, high for dark
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue