diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index f58c3d4..53db8b2 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -53,7 +53,7 @@ local theme = { Folded = { fg = p.text, bg = p.surface }, IncSearch = { bg = p.highlight_med }, LineNr = { fg = p.inactive }, - MatchParen = { fg = p.text, bg = p.overlay }, + MatchParen = { fg = p.text, bg = p.highlight_med }, ModeMsg = { fg = p.subtle }, MoreMsg = { fg = p.iris }, NonText = { fg = p.inactive },