mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): add ghosttext
This commit is contained in:
parent
e7f0876f56
commit
7c3156be8f
1 changed files with 1 additions and 0 deletions
|
|
@ -397,6 +397,7 @@ function M.get(config)
|
|||
CmpItemKindMethod = { fg = p.iris },
|
||||
CmpItemKindSnippet = { fg = p.iris },
|
||||
CmpItemKindVariable = { fg = p.foam },
|
||||
GhostText = { fg = p.muted },
|
||||
|
||||
-- SmiteshP/nvim-navic
|
||||
NavicIconsNamespace = { link = "@namespace" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue