fix: MatchParen
authorhylo <hylo@posteo.de>
Sun, 19 Mar 2023 22:01:09 +0000 (23:01 +0100)
committerhylo <hylo@posteo.de>
Sun, 19 Mar 2023 22:01:09 +0000 (23:01 +0100)
lua/flatwhite/groups.lua

index 8e79b8b06e1190e32d75689abbd569be940966a5..12c89eb55b4fad0fdd7afa19c16a16b1af5d52ec 100644 (file)
@@ -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 },