Merge pull request #69 from brutusmcforce/matchup-highlights

clearer highlights for vim-matchup
This commit is contained in:
siduck 2022-05-14 17:58:56 +05:30 committed by GitHub
commit 2e925ef039
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View file

@ -55,10 +55,6 @@ return {
fg = theme.base08,
},
MatchParen = {
bg = theme.base03,
},
ModeMsg = {
fg = theme.base0B,
},

View file

@ -100,7 +100,8 @@ return {
fg = black,
bg = white,
},
MatchParen = { link = "MatchWord" },
MatchParenCur = { link = "MatchWord" },
MatchWordCur = { },
MatchParenCur = { link = "MatchWordCur" },
}