From e6e9fb3635f32fe796c5190d23cdeee567affd9d Mon Sep 17 00:00:00 2001 From: danymat Date: Thu, 2 Dec 2021 16:23:44 +0100 Subject: [PATCH] chore: format with stylua --- lua/rose-pine/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' },