fix matchparen highlights. closes #70

This commit is contained in:
Derek P Sifford 2018-04-03 12:59:03 -04:00
parent 52d955afdc
commit a5cbe831ef

View file

@ -1,4 +1,4 @@
" Dracula Theme: v1.2.7 {{{ " Dracula Theme: v1.3.2 {{{
" "
" https://github.com/zenorocha/dracula-theme " https://github.com/zenorocha/dracula-theme
" "
@ -322,7 +322,7 @@ hi! link helpHyperTextJump DraculaLink
hi! link helpCommand DraculaPurple hi! link helpCommand DraculaPurple
hi! link helpExample DraculaGreen hi! link helpExample DraculaGreen
call s:h('MatchParen', s:none, s:pink, [s:attrs.underline]) call s:h('MatchParen', s:fg, s:pink, [s:attrs.underline])
call s:h('Conceal', s:comment, s:bglight) call s:h('Conceal', s:comment, s:bglight)
" CSS: {{{2 " CSS: {{{2