# HG changeset patch # User Steve Losh # Date 1474036839 0 # Node ID 7d56e6fbb1b352c35baed5978a1a249875908dc9 # Parent 3264a4dae84dd046c7a7e6d8c5402a5c12e22455 Minor tweaks to goodwolf diff -r 3264a4dae84d -r 7d56e6fbb1b3 colors/goodwolf.vim --- a/colors/goodwolf.vim Sun Apr 10 21:54:32 2016 +0000 +++ b/colors/goodwolf.vim Fri Sep 16 14:40:39 2016 +0000 @@ -225,9 +225,9 @@ call s:HL('Special', 'plain') " Comments are slightly brighter than folds, to make 'headers' easier to see. -call s:HL('Comment', 'gravel') -call s:HL('Todo', 'snow', 'bg', 'bold') -call s:HL('SpecialComment', 'snow', 'bg', 'bold') +call s:HL('Comment', 'gravel', 'bg', 'none') +call s:HL('Todo', 'snow', 'bg', 'bold') +call s:HL('SpecialComment', 'snow', 'bg', 'bold') " Strings are highlighted separately. call s:HL('String', 'lightgravel', '', 'bold')