From d787ebc756ab46a7c50b431d27230e4978ba0a45 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 15 Mar 2024 16:13:16 -0400 Subject: [PATCH] Style the quickfix list so it looks a bit nicer --- vim/colors/darkcloud.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim/colors/darkcloud.vim b/vim/colors/darkcloud.vim index 236153a..c8a24ba 100644 --- a/vim/colors/darkcloud.vim +++ b/vim/colors/darkcloud.vim @@ -99,6 +99,10 @@ endfun hi! link IncSearchOnCursor IncSearch hi! link IncSearchCursor IncSearch + "quickfix + call s:C("QuickFixLine","","","bold,underline") + call s:C("qfLineNr",g:cYellow,"","") + "status line call s:C("StatusLine","",g:cLightBg,"") hi! link StatusLineNC StatusLine