Skip to content

Commit

Permalink
Add diff colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Apr 10, 2012
1 parent 783285e commit 25fd044
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions colors/badwolf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,19 @@ call s:HL('cssBraces', 'lightgravel', '', 'none')
call s:HL('cssIdentifier', 'orange', '', 'bold')
call s:HL('cssClassName', 'orange', '', 'none')

" }}}
" Diff {{{

call s:HL('gitDiff', 'lightgravel', '',)

call s:HL('diffRemoved', 'dress', '',)
call s:HL('diffAdded', 'lime', '',)
call s:HL('diffFile', 'coal', 'taffy', 'bold')
call s:HL('diffNewFile', 'coal', 'taffy', 'bold')

call s:HL('diffLine', 'coal', 'orange', 'bold')
call s:HL('diffSubname', 'orange', '', 'none')

" }}}
" Django Templates {{{

Expand Down

0 comments on commit 25fd044

Please sign in to comment.