mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Use standout text instead of black on white for search highlight
This commit is contained in:
parent
473c657cf6
commit
c39a2c9fa4
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ endfun
|
|||
call s:C("PmenuSel",g:cBlue,g:cLightBg,"bold")
|
||||
|
||||
"search
|
||||
call s:C("Search",g:cBlack,g:cWhite,"bold")
|
||||
call s:C("Search","","","standout")
|
||||
hi! link IncSearch Search
|
||||
hi! link IncSearchMatch Search
|
||||
hi! link IncSearchMatchReverse Search
|
||||
|
|
Loading…
Reference in a new issue