diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 9d136e4..ec37026 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -410,8 +410,8 @@ theme.plugins = { -- nvim-cmp -- https://github.com/hrsh7th/nvim-cmp CmpItemKind = { fg = p.iris }, - CmpItemMenu = { fg = p.subtle}, - CmpItemAbbr = { fg = p.subtle }, + CmpItemMenu = { fg = p.subtle }, + CmpItemAbbr = { fg = p.subtle }, CmpItemAbbrMatch = { fg = p.text, style = 'bold' }, CmpItemAbbrMatchFuzzy = { fg = p.text, style = 'bold' }, CmpItemAbbrDeprecated = { fg = p.subtle, style = 'strikethrough' },