From 8730fe7f373d9d288eb95f9c4aad97cc7febdb18 Mon Sep 17 00:00:00 2001 From: Matthew Lyon Date: Fri, 24 Jan 2014 22:36:41 -0200 Subject: [PATCH] darken color for QuickFix line number This shouldn't be subtle, as it's not passive information like normal line numbers --- colors/pencil.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/pencil.vim b/colors/pencil.vim index 19431a5..f8a003a 100644 --- a/colors/pencil.vim +++ b/colors/pencil.vim @@ -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