From 90f95f0b04c8c8b853dd33b298e208cdcab4185b Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Mon, 3 Feb 2014 17:42:57 -0700 Subject: [PATCH] mute MatchParen from intense pink to bg_subtle --- colors/pencil.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/pencil.vim b/colors/pencil.vim index 9e4f5fc..e73fc65 100644 --- a/colors/pencil.vim +++ b/colors/pencil.vim @@ -212,7 +212,7 @@ call s:h("CursorLine", {"bg": s:bg_very_subtle}) 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("MatchParen", {"bg": s:bg_subtle, "fg": s:norm}) call s:h("qfLineNr", {"fg": s:medium_gray}) " hi helpHyperTextJump guifg=#5FAFD7 ctermfg=74