feat(theme): add ghosttext

This commit is contained in:
Mandy Noto 2023-01-20 19:21:15 -08:00
commit 7c3156be8f

View file

@ -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" },