diff options
| author | jdhao <jdhao@hotmail.com> | 2021-11-05 20:52:39 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-11-05 20:52:39 +0800 |
| commit | efd86f44674e6d3c4171995d08f8fbc21ee79cd1 (patch) | |
| tree | 16f41b3329801c1a0b2080f4befda5928f1c7d45 /core | |
| parent | aad372caf0e020d9f13886d1887b502e5b6fa4e7 (diff) | |
change matchparen highlight
Diffstat (limited to 'core')
| -rw-r--r-- | core/autocommands.vim | 2 |
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` |
