change matchup higlight

This commit is contained in:
jdhao
2021-10-31 02:09:47 +08:00
parent 59615a539c
commit b0e38bedd1
+1 -1
View File
@@ -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`