diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index f688027..ea297b8 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -414,6 +414,12 @@ theme.plugins = { CmpItemAbbrMatch = { fg = p.text, style = 'bold' }, CmpItemAbbrMatchFuzzy = { fg = p.text, style = 'bold' }, CmpItemAbbrDeprecated = { fg = p.subtle, style = 'strikethrough' }, + CmpItemKindVariable = { fg = p.foam }, + CmpItemKindClass = { fg = p.gold }, + CmpItemKindInterface = { fg = p.gold }, + CmpItemKindFunction = { fg = p.iris }, + CmpItemKindMethod = { fg = p.iris }, + CmpItemKindSnippet = { fg = p.iris }, -- neogit -- https://github.com/TimUntersberger/neogit