From 9e04cf12cabcef0bf25d6a376e6fec7f0b377ac2 Mon Sep 17 00:00:00 2001 From: hylo Date: Sun, 19 Mar 2023 23:01:09 +0100 Subject: [PATCH] fix: MatchParen --- lua/flatwhite/groups.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- 2.30.2