Merge pull request #7 from fknorr/match-paren
Change the color of the matching paren to avoid confusion
This commit is contained in:
commit
cea71820aa
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ call <sid>hi('SignColumn', {}, s:cdBack, 'none', {})
|
|||
call <sid>hi('IncSearch', s:cdNone, s:cdSearchCurrent, 'none', {})
|
||||
call <sid>hi('LineNr', s:cdLineNumber, s:cdBack, 'none', {})
|
||||
call <sid>hi('CursorLineNr', s:cdPopupFront, s:cdBack, 'none', {})
|
||||
call <sid>hi('MatchParen', s:cdNone, s:cdNone, 'inverse', {})
|
||||
call <sid>hi('MatchParen', s:cdNone, s:cdCursorDark, 'none', {})
|
||||
call <sid>hi('ModeMsg', s:cdFront, s:cdLeftDark, 'none', {})
|
||||
call <sid>hi('MoreMsg', s:cdFront, s:cdLeftDark, 'none', {})
|
||||
call <sid>hi('NonText', s:cdLineNumber, s:cdBack, 'none', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue