From: hylo Date: Sun, 19 Mar 2023 22:01:09 +0000 (+0100) Subject: fix: MatchParen X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=9e04cf12cabcef0bf25d6a376e6fec7f0b377ac2;p=nvim-plugins%2Fflatwhite.git fix: MatchParen --- diff --git a/lua/flatwhite/groups.lua b/lua/flatwhite/groups.lua index 8e79b8b..12c89eb 100644 --- a/lua/flatwhite/groups.lua +++ b/lua/flatwhite/groups.lua @@ -98,7 +98,7 @@ local function setup(configs) Search = { fg = colors.black, bg = colors.orange }, IncSearch = { fg = colors.orange, bg = colors.comment }, LineNr = { fg = colors.comment }, - MatchParen = { fg = colors.fg, underline = true }, + MatchParen = { reverse = true }, NonText = { fg = colors.nontext }, Pmenu = { fg = colors.fg, bg = colors.menu }, PmenuSel = { fg = colors.white, bg = colors.selection },