Minor tweaks to goodwolf

This commit is contained in:
Steve Losh
2016-09-16 14:40:39 +00:00
parent 25b81062e2
commit 78a3e35b51

View File

@@ -225,7 +225,7 @@ call s:HL('iCursor', 'coal', 'tardis', 'none')
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('Comment', 'gravel', 'bg', 'none')
call s:HL('Todo', 'snow', 'bg', 'bold')
call s:HL('SpecialComment', 'snow', 'bg', 'bold')