From a5cbe831efcfa148a7c4bd4107c22a53f4d1ff0a Mon Sep 17 00:00:00 2001 From: Derek P Sifford Date: Tue, 3 Apr 2018 12:59:03 -0400 Subject: [PATCH] fix matchparen highlights. closes #70 --- colors/dracula.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/dracula.vim b/colors/dracula.vim index a99c864..591e1bf 100644 --- a/colors/dracula.vim +++ b/colors/dracula.vim @@ -1,4 +1,4 @@ -" Dracula Theme: v1.2.7 {{{ +" Dracula Theme: v1.3.2 {{{ " " https://github.com/zenorocha/dracula-theme " @@ -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