mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -07:00
clearer highlights for vim-matchup
This commit is contained in:
parent
ad78b9ffbf
commit
bd25c6426a
2 changed files with 4 additions and 6 deletions
|
|
@ -55,10 +55,6 @@ return {
|
|||
fg = theme.base08,
|
||||
},
|
||||
|
||||
MatchParen = {
|
||||
bg = theme.base03,
|
||||
},
|
||||
|
||||
ModeMsg = {
|
||||
fg = theme.base0B,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -100,7 +100,9 @@ return {
|
|||
fg = black,
|
||||
bg = white,
|
||||
},
|
||||
|
||||
MatchParen = { link = "MatchWord" },
|
||||
MatchParenCur = { link = "MatchWord" },
|
||||
|
||||
MatchWordCur = {
|
||||
},
|
||||
MatchParenCur = { link = "MatchWordCur" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue