From 5feab69740b4b8c87a73110a6d126a46d7f475ad Mon Sep 17 00:00:00 2001 From: mvllow Date: Wed, 8 Dec 2021 11:51:26 -0600 Subject: [PATCH] fix: matching parenthesis contrast closes #47 --- lua/rose-pine/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },