Skip to content

Commit

Permalink
fix(template): Fix MatchParen highlight
Browse files Browse the repository at this point in the history
Fixes: #92
  • Loading branch information
GordianDziwis committed Dec 13, 2024
1 parent 58bb5f1 commit 59214d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tinted-vim.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ hi! link LineNrBelow LineNr
call <sid>hi('CursorLineNr', s:gui04, s:guibg, s:cterm04, s:ctermbg, 'bold', '')
call <sid>hi('CursorLineFold', s:gui13, s:guibg, s:cterm13, s:ctermbg, '', '')
hi! link CursorLineSign SignColumn
call <sid>hi('MatchParen', '', '', '', '', 'inverse', '')
call <sid>hi('MatchParen', s:gui06, '', s:cterm06, '', 'bold', '')
call <sid>hi('ModeMsg', s:gui05, '', s:cterm05, '', '', '')
hi! link MsgArea None
hi! link MsgSeparator WinSeparator
Expand Down

0 comments on commit 59214d1

Please sign in to comment.