fix matchparen highlights. closes #70
This commit is contained in:
parent
52d955afdc
commit
a5cbe831ef
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue