mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Style the quickfix list so it looks a bit nicer
This commit is contained in:
parent
5c40f3e762
commit
d787ebc756
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue