aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-dracula.vim
diff options
context:
space:
mode:
authorChris Kempson <chriskempson@users.noreply.github.com>2017-03-13 22:05:30 +1100
committerGitHub <noreply@github.com>2017-03-13 22:05:30 +1100
commitbf6ea69b4bbeb64b336e2e34fddc26869da2033c (patch)
treebfbf8405eb47a065b8aace6b3a5dda73fe57a4bc /colors/base16-dracula.vim
parent402ca23be2631b0b9e0e500211ac1fd8d6cc7ce0 (diff)
parent9a6455d7162bf6a9a68e17a693631f15178d2c0c (diff)
Merge pull request #137 from tmccombs/matchparen
Don't set guifg for MatchParen
Diffstat (limited to 'colors/base16-dracula.vim')
-rw-r--r--colors/base16-dracula.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/base16-dracula.vim b/colors/base16-dracula.vim
index 2cd181d..f505608 100644
--- a/colors/base16-dracula.vim
+++ b/colors/base16-dracula.vim
@@ -98,7 +98,7 @@ call <sid>hi("Folded", s:gui03, s:gui01, s:cterm03, s:cterm01, "", "")
call <sid>hi("IncSearch", s:gui01, s:gui09, s:cterm01, s:cterm09, "none", "")
call <sid>hi("Italic", "", "", "", "", "none", "")
call <sid>hi("Macro", s:gui08, "", s:cterm08, "", "", "")
-call <sid>hi("MatchParen", s:gui00, s:gui03, "", s:cterm03, "", "")
+call <sid>hi("MatchParen", "", s:gui03, "", s:cterm03, "", "")
call <sid>hi("ModeMsg", s:gui0B, "", s:cterm0B, "", "", "")
call <sid>hi("MoreMsg", s:gui0B, "", s:cterm0B, "", "", "")
call <sid>hi("Question", s:gui0D, "", s:cterm0D, "", "", "")