aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-material-vivid.vim
diff options
context:
space:
mode:
authorGrégoire Paris <postmaster@greg0ire.fr>2022-01-05 21:05:00 +0100
committerGrégoire Paris <postmaster@greg0ire.fr>2022-01-05 21:05:00 +0100
commitfbd08ed30517f12d2425bee348f2aa44d360a0db (patch)
tree4c409362ba2383b5d80fd6b13dfa9c2073976b71 /colors/base16-material-vivid.vim
parentbbb1af4e00af4df10dd7c492c5c8f1fddacb9908 (diff)
Define matchup's MatchWord highlight
Diffstat (limited to 'colors/base16-material-vivid.vim')
-rw-r--r--colors/base16-material-vivid.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/colors/base16-material-vivid.vim b/colors/base16-material-vivid.vim
index a307e6f..d5782be 100644
--- a/colors/base16-material-vivid.vim
+++ b/colors/base16-material-vivid.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, "", "", "")