# HG changeset patch # User Steve Losh # Date 1353349671 18000 # Node ID b8e07a24e77d3bad16a89bde409f97ccc307486a # Parent edced74507462215bb2431b5db34fdef18baeaf0 More interesting words. diff -r edced7450746 -r b8e07a24e77d colors/badwolf.vim --- a/colors/badwolf.vim Mon Nov 19 12:39:24 2012 -0500 +++ b/colors/badwolf.vim Mon Nov 19 13:27:51 2012 -0500 @@ -379,7 +379,11 @@ " 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 {{{