Better search highlighting

This commit is contained in:
Daniel Lynn 2021-10-01 13:51:55 -05:00
parent d96d9c4485
commit f069a357ef
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

@ -43,6 +43,7 @@ function! s:sonokai_custom() abort
call sonokai#highlight('IndentBlanklineContext4', l:palette.yellow, l:palette.none)
call sonokai#highlight('IndentBlanklineContext5', l:palette.green, l:palette.none)
call sonokai#highlight('IndentBlanklineContext6', l:palette.red, l:palette.none)
call sonokai#highlight('Search', l:palette.purple, l:palette.none, 'bold,italic')
endfunction
augroup CustomColors