8c3583c971ac v1.2.0

Add diff colors.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 10 Apr 2012 09:35:47 -0400
parents 39e6859b88f0
children b85d43f65601
branches/tags v1.2.0
files colors/badwolf.vim

Changes

--- a/colors/badwolf.vim	Sat Apr 07 13:34:19 2012 -0400
+++ b/colors/badwolf.vim	Tue Apr 10 09:35:47 2012 -0400
@@ -410,6 +410,19 @@
 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 {{{
 
 call s:HL('djangoArgument', 'dirtyblonde', '',)