darken color for QuickFix line number

This shouldn't be subtle, as it's not passive information like normal
line numbers
This commit is contained in:
Matthew Lyon
2014-01-24 22:36:41 -02:00
parent f7d1be691b
commit 8730fe7f37

View File

@@ -207,6 +207,7 @@ call s:h("ColorColumn", {"bg": s:bg_subtle})
" remainder of syntax highlighting
call s:h("MatchParen", {"bg": s:pink, "fg": s:norm})
call s:h("qfLineNr", {"fg": s:medium_grey})
" hi helpHyperTextJump guifg=#5FAFD7 ctermfg=74