diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index bb531e8..06983a3 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -342,7 +342,7 @@ theme.plugins = { CmpItemKind = { fg = p.iris }, CmpItemAbbr = { fg = p.subtle }, CmpItemAbbrMatch = { fg = p.text, style = 'bold' }, - CmpItemAbbrMatchFuzzy = { fg = p.text, style = 'bold' }, + CmpItemAbbrMatchFuzzy = { fg = p.text, style = 'bold' }, CmpItemAbbrDeprecated = { fg = p.subtle, style = 'strikethrough' }, }