Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match word #53

Merged
merged 2 commits into from
Jan 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ make
After you've installed the build dependencies, and before you submit your PR:

- Run `make` after you've made your changes. This will build all the themes
based on the changes you've made.
based on the changes you've made. For instance, instead of manually editing
files under `colors/`, you should edit `templates/default.mustache`
Comment on lines +28 to +29
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this!

- Make sure to commit the changes from `make` and include them in your PR.
- Please abide by what's requested in the [PR
template](/.github/pull_request_template.md).
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-3024.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-apathy.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-apprentice.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-ashes.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-cave-light.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-cave.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-dune-light.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-dune.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-estuary-light.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-estuary.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-forest-light.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-forest.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-heath-light.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-heath.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-lakeside-light.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-lakeside.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-plateau-light.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-plateau.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-savanna-light.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-savanna.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-seaside-light.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-seaside.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-sulphurpool-light.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atelier-sulphurpool.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-atlas.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-bespin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-black-metal-bathory.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-black-metal-burzum.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-black-metal-dark-funeral.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-black-metal-gorgoroth.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-black-metal-immortal.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-black-metal-khold.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-black-metal-marduk.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-black-metal-mayhem.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-black-metal-nile.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-black-metal-venom.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-black-metal.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down
3 changes: 3 additions & 0 deletions colors/base16-brewer.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "", "")
Expand Down