37c770bfb5b3

some tweakes to the LaTeX colors
[view raw] [browse files]
author Giovanni Lanzani <gglanzani@gmail.com>
date Mon, 13 Aug 2012 11:18:04 +0200
parents b5846dffb956
children 7f80aa2c6e6a
branches/tags (none)
files colors/badwolf.vim

Changes

--- a/colors/badwolf.vim	Mon Aug 13 10:56:58 2012 +0200
+++ b/colors/badwolf.vim	Mon Aug 13 11:18:04 2012 +0200
@@ -488,7 +488,10 @@
 call s:HL('texMath', 'orange', '', 'none')
 call s:HL('texMathMatcher', 'orange', '', 'none')
 call s:HL('texRefLabel', 'dirtyblonde', '', 'none')
-call s:HL('texRefZone', 'dalespale', '', '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 {{{