Style the quickfix list so it looks a bit nicer

This commit is contained in:
Kevin MacMartin 2024-03-15 16:13:16 -04:00
parent 5c40f3e762
commit d787ebc756

View file

@ -99,6 +99,10 @@ endfun
hi! link IncSearchOnCursor IncSearch hi! link IncSearchOnCursor IncSearch
hi! link IncSearchCursor IncSearch hi! link IncSearchCursor IncSearch
"quickfix
call s:C("QuickFixLine","","","bold,underline")
call s:C("qfLineNr",g:cYellow,"","")
"status line "status line
call s:C("StatusLine","",g:cLightBg,"") call s:C("StatusLine","",g:cLightBg,"")
hi! link StatusLineNC StatusLine hi! link StatusLineNC StatusLine