Change color of cursor over parenthesis (#46)

Closes #44.
This commit is contained in:
Felix Cobos 2017-10-28 17:52:38 +00:00 committed by Andrea Leopardi
parent 306a00eb18
commit a4d2aebfe1
2 changed files with 2 additions and 2 deletions

View file

@ -166,7 +166,7 @@ call s:Col('VertSplit', 'blue', s:linenr_background)
call s:Col('StatusLineNC', 'blue', 'base2')
" Matching parenthesis.
call s:Col('MatchParen', 'base1', 'orange')
call s:Col('MatchParen', 'base6', 'orange')
" Special keys, e.g. some of the chars in 'listchars'. See ':h listchars'.
call s:Col('SpecialKey', 'base3')

View file

@ -166,7 +166,7 @@ call s:Col('VertSplit', 'base2', s:linenr_background)
call s:Col('StatusLineNC', 'blue', 'base2')
" Matching parenthesis.
call s:Col('MatchParen', 'base1', 'orange')
call s:Col('MatchParen', 'base6', 'orange')
" Special keys, e.g. some of the chars in 'listchars'. See ':h listchars'.
call s:Col('SpecialKey', 'base3')