mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Make searched text much more visible
This commit is contained in:
parent
c4202e4821
commit
1a851c862b
1 changed files with 3 additions and 3 deletions
|
@ -92,12 +92,12 @@ endfun
|
|||
call s:C("PmenuSel",g:cBlue,g:cLightBg,"bold")
|
||||
|
||||
"search
|
||||
call s:C("Search","",g:cDarkBg,"standout")
|
||||
call s:C("Search",g:cRed,g:cWhite,"bold")
|
||||
hi! link IncSearch Search
|
||||
hi! link IncSearchMatch Search
|
||||
hi! link IncSearchMatchReverse Search
|
||||
call s:C("IncSearch","",g:cDarkBg,"standout")
|
||||
hi! link IncSearchOnCursor IncSearch
|
||||
hi! link IncSearchCursor IncSearchOnCursor
|
||||
hi! link IncSearchCursor IncSearch
|
||||
|
||||
"status line
|
||||
call s:C("StatusLine","",g:cLightBg,"")
|
||||
|
|
Loading…
Reference in a new issue