From fbd08ed30517f12d2425bee348f2aa44d360a0db Mon Sep 17 00:00:00 2001 From: Grégoire Paris Date: Wed, 5 Jan 2022 21:05:00 +0100 Subject: Define matchup's MatchWord highlight --- colors/base16-macintosh.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'colors/base16-macintosh.vim') diff --git a/colors/base16-macintosh.vim b/colors/base16-macintosh.vim index a8d0302..d223ac8 100644 --- a/colors/base16-macintosh.vim +++ b/colors/base16-macintosh.vim @@ -510,6 +510,9 @@ call hi("markdownError", s:gui05, s:gui00, s:cterm05, s:cterm00 call hi("markdownCodeBlock", s:gui0B, "", s:cterm0B, "", "", "") call hi("markdownHeadingDelimiter", s:gui0D, "", s:cterm0D, "", "", "") +" Matchup +call hi("MatchWord", s:gui0B, s:gui01, s:cterm0B, s:cterm01, "underline", "") + " NERDTree call hi("NERDTreeDirSlash", s:gui0D, "", s:cterm0D, "", "", "") call hi("NERDTreeExecFile", s:gui05, "", s:cterm05, "", "", "") -- cgit v1.2.3