aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-11-05 20:52:39 +0800
committerjdhao <jdhao@hotmail.com>2021-11-05 20:52:39 +0800
commitefd86f44674e6d3c4171995d08f8fbc21ee79cd1 (patch)
tree16f41b3329801c1a0b2080f4befda5928f1c7d45 /core
parentaad372caf0e020d9f13886d1887b502e5b6fa4e7 (diff)
change matchparen highlight
Diffstat (limited to 'core')
-rw-r--r--core/autocommands.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/autocommands.vim b/core/autocommands.vim
index 9fa0ea6..518790c 100644
--- a/core/autocommands.vim
+++ b/core/autocommands.vim
@@ -70,7 +70,7 @@ function! s:custom_highlight() abort
highlight FloatBorder guifg=LightGreen guibg=NONE
" highlight for matching parentheses
- highlight MatchParen cterm=underline gui=underline guifg=black guibg=#f08e51
+ highlight MatchParen cterm=bold,reverse,underline gui=bold,reverse,underline
endfunction
" highlight yanked region, see `:h lua-highlight`