diff options
author | Grégoire Paris <postmaster@greg0ire.fr> | 2022-01-05 21:05:00 +0100 |
---|---|---|
committer | Grégoire Paris <postmaster@greg0ire.fr> | 2022-01-05 21:05:00 +0100 |
commit | fbd08ed30517f12d2425bee348f2aa44d360a0db (patch) | |
tree | 4c409362ba2383b5d80fd6b13dfa9c2073976b71 /colors/base16-tomorrow.vim | |
parent | bbb1af4e00af4df10dd7c492c5c8f1fddacb9908 (diff) |
Define matchup's MatchWord highlight
Diffstat (limited to 'colors/base16-tomorrow.vim')
-rw-r--r-- | colors/base16-tomorrow.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/colors/base16-tomorrow.vim b/colors/base16-tomorrow.vim index 5b316aa..dd23cf3 100644 --- a/colors/base16-tomorrow.vim +++ b/colors/base16-tomorrow.vim @@ -510,6 +510,9 @@ call <sid>hi("markdownError", s:gui05, s:gui00, s:cterm05, s:cterm00 call <sid>hi("markdownCodeBlock", s:gui0B, "", s:cterm0B, "", "", "") call <sid>hi("markdownHeadingDelimiter", s:gui0D, "", s:cterm0D, "", "", "") +" Matchup +call <sid>hi("MatchWord", s:gui0B, s:gui01, s:cterm0B, s:cterm01, "underline", "") + " NERDTree call <sid>hi("NERDTreeDirSlash", s:gui0D, "", s:cterm0D, "", "", "") call <sid>hi("NERDTreeExecFile", s:gui05, "", s:cterm05, "", "", "") |