svermeulen / vim-subversive

Vim plugin providing operator motions to quickly replace text
MIT License
295 stars 4 forks source link

Change highlighted color #14

Closed blasco closed 4 years ago

blasco commented 4 years ago

Is it possible to change the highlighting colors for the substitutions?

blasco commented 4 years ago

Sorry, I've just figured out:

hi Search ctermbg=NONE ctermfg=126 cterm=bold
hi IncSearch ctermbg=126 ctermfg=White cterm=bold

hi Search guibg=NONE guifg=MediumVioletRed gui=bold
hi IncSearch guibg=MediumVioletRed guifg=White gui=bold