From b0e38bedd147616340f3323145dc398d92cd5f4c Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 31 Oct 2021 02:09:47 +0800 Subject: [PATCH] change matchup higlight --- core/autocommands.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/autocommands.vim b/core/autocommands.vim index 5709c54..b7a0935 100644 --- a/core/autocommands.vim +++ b/core/autocommands.vim @@ -71,7 +71,7 @@ function! s:custom_highlight() abort highlight FloatBorder guifg=LightGreen guibg=NONE " highlight for matching parentheses - highlight MatchParen cterm=underline gui=underline + highlight MatchParen cterm=underline gui=underline guifg=black guibg=#f08e51 endfunction " highlight yanked region, see `:h lua-highlight`