a14ca558acf3

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 10 Sep 2012 12:39:28 -0400
parents cb09bd4000f0 (current diff) 7f80aa2c6e6a (diff)
children 5b17fcb91dd5
branches/tags (none)
files colors/badwolf.vim

Changes

--- a/colors/badwolf.vim	Sun Aug 12 03:08:24 2012 +0300
+++ b/colors/badwolf.vim	Mon Sep 10 12:39:28 2012 -0400
@@ -476,6 +476,24 @@
 call s:HL('javaDocParam', 'dalespale', '', '')
 
 " }}}
+" LaTeX {{{
+call s:HL('texStatement', 'tardis', '', 'none')
+call s:HL('texMathZoneX', 'orange', '', 'none')
+call s:HL('texMathZoneA', 'orange', '', 'none')
+call s:HL('texMathZoneB', 'orange', '', 'none')
+call s:HL('texMathZoneC', 'orange', '', 'none')
+call s:HL('texMathZoneD', 'orange', '', 'none')
+call s:HL('texMathZoneE', 'orange', '', 'none')
+call s:HL('texMathZoneV', 'orange', '', 'none')
+call s:HL('texMathZoneX', 'orange', '', 'none')
+call s:HL('texMath', 'orange', '', 'none')
+call s:HL('texMathMatcher', 'orange', '', 'none')
+call s:HL('texRefLabel', 'dirtyblonde', '', 'none')
+call s:HL('texRefZone', 'lime', '', 'none')
+call s:HL('texComment', 'darkroast', '', 'none')
+call s:HL('texDelimiter', 'orange', '', 'none')
+call s:HL('texZone', 'brightgravel', '', 'none')
+" }}}
 " LessCSS {{{
 
 call s:HL('lessVariable', 'lime', '', 'none')