Skip to content

Commit

Permalink
fix matchparen highlights. closes #70
Browse files Browse the repository at this point in the history
  • Loading branch information
dsifford committed Apr 3, 2018
1 parent 52d955a commit a5cbe83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/dracula.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
" Dracula Theme: v1.2.7 {{{
" Dracula Theme: v1.3.2 {{{
"
" https://github.com/zenorocha/dracula-theme
"
Expand Down Expand Up @@ -322,7 +322,7 @@ hi! link helpHyperTextJump DraculaLink
hi! link helpCommand DraculaPurple
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)

" CSS: {{{2
Expand Down

0 comments on commit a5cbe83

Please sign in to comment.