mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-08 11:03:48 -05:00
Minor tweaks to goodwolf
This commit is contained in:
@@ -225,9 +225,9 @@ 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('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')
|
||||
|
||||
Reference in New Issue
Block a user