From eb9aeff26309bf1c243c20fd3a13d0975b0de2d1 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Mon, 13 Feb 2012 09:04:49 -0500 Subject: [PATCH] Tweak taffy terminal color. --- colors/badwolf.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/badwolf.vim b/colors/badwolf.vim index 0d1877f..1fe15b7 100644 --- a/colors/badwolf.vim +++ b/colors/badwolf.vim @@ -71,7 +71,7 @@ let s:bwc.dalespale = ['fade3e', 221] let s:bwc.dirtyblonde = ['f4cf86', 222] " Delicious, chewy red from Made of Code for the poppiest highlights. -let s:bwc.taffy = ['ff2c4b', 197] +let s:bwc.taffy = ['ff2c4b', 196] " The star of the show comes straight from Made of Code. let s:bwc.tardis = ['0a9dff', 39]