fix: matching parenthesis contrast

closes #47
This commit is contained in:
mvllow 2021-12-08 11:51:26 -06:00
commit 5feab69740

View file

@ -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 },