diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 0456359..22bdaae 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -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" },