7d56e6fbb1b3

Minor tweaks to goodwolf
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 16 Sep 2016 14:40:39 +0000
parents 3264a4dae84d
children a6f651fa8606
branches/tags (none)
files colors/goodwolf.vim

Changes

--- 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')