From 627b4658ede59411d0b8dd1071548bb0f4e64d90 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Mon, 19 Nov 2012 13:27:51 -0500 Subject: [PATCH] More interesting words. --- colors/badwolf.vim | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/colors/badwolf.vim b/colors/badwolf.vim index 4df3036..7f7eb7f 100644 --- a/colors/badwolf.vim +++ b/colors/badwolf.vim @@ -379,7 +379,11 @@ call s:HL('EasyMotionShade', 'deepgravel', 'bg') " from my Vimrc. call s:HL('InterestingWord1', 'coal', 'orange') call s:HL('InterestingWord2', 'coal', 'lime') -call s:HL('InterestingWord3', 'coal', 'taffy') +call s:HL('InterestingWord3', 'coal', 'saltwatertaffy') +call s:HL('InterestingWord4', 'coal', 'toffee') +call s:HL('InterestingWord5', 'coal', 'dress') +call s:HL('InterestingWord6', 'coal', 'taffy') + " }}} " Makegreen {{{