Closed TayTTo closed 2 months ago
The documentation explains how to perform local customizations to the colorscheme. Here is an example, replace your call to hi
with the following snippet:
augroup EverforestCustom
autocmd!
autocmd ColorScheme everforest
\ hi! MatchParen guibg=#ff0000 guifg=#ffffff gui=bold
augroup END
Result:
I have done the following steps before reporting this issue:
Operating system/version
Windows 11 pro 23H2
GUI client/version
vim 9.1
Feature matrix
Minimal vimrc that can reproduce this bug.
Steps to reproduce this bug using minimal vimrc
I want the color of highlighting matching brackets more obviously such as red, the current color is not very obviously.
Expected behavior
I want to change the color of matching bracket, how can I do that, I spent quite time for reading the doc but cannot findout how to do it.
Actual behavior
When I add the line
hi! MatchParen guibg=#ff0000 guifg=#ffffff gui=bold
I want the color of match bracket is red not grey.