From 7c3156be8f09d8091b94b0b40ba19a72a4a6fdc9 Mon Sep 17 00:00:00 2001 From: Mandy Noto Date: Fri, 20 Jan 2023 19:21:15 -0800 Subject: [PATCH] feat(theme): add ghosttext --- lua/rose-pine/theme.lua | 1 + 1 file changed, 1 insertion(+) 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" },