aboutsummaryrefslogtreecommitdiff
path: root/core/autocommands.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-31 02:09:47 +0800
committerjdhao <jdhao@hotmail.com>2021-10-31 02:09:47 +0800
commitb0e38bedd147616340f3323145dc398d92cd5f4c (patch)
tree513afd17b7dea7c199f06c7afb0d9bc306e7c92a /core/autocommands.vim
parent59615a539c4cf24264fc62026cc383c123f06c36 (diff)
change matchup higlight
Diffstat (limited to 'core/autocommands.vim')
-rw-r--r--core/autocommands.vim2
1 files changed, 1 insertions, 1 deletions
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`