diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-31 02:09:47 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-31 02:09:47 +0800 |
| commit | b0e38bedd147616340f3323145dc398d92cd5f4c (patch) | |
| tree | 513afd17b7dea7c199f06c7afb0d9bc306e7c92a | |
| parent | 59615a539c4cf24264fc62026cc383c123f06c36 (diff) | |
change matchup higlight
| -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 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` |
