# HG changeset patch
# User Łukasz Kliś <lukasz@klis.pl>
# Date 1401177384 -7200
# Node ID 1eeb6f74aa2b376c7dc7f9c48de87bce7817328c
# Parent  db3707cbd8706f4bb054959ecc5cee82ac45687b
Changed the color of highlighted props in CSS

diff -r db3707cbd870 -r 1eeb6f74aa2b colors/badwolf.vim
--- a/colors/badwolf.vim	Fri Jul 19 20:55:06 2013 -0400
+++ b/colors/badwolf.vim	Tue May 27 09:56:24 2014 +0200
@@ -446,11 +446,11 @@
 " CSS {{{
 
 if g:badwolf_css_props_highlight
-    call s:HL('cssColorProp', 'dirtyblonde', '', 'none')
-    call s:HL('cssBoxProp', 'dirtyblonde', '', 'none')
-    call s:HL('cssTextProp', 'dirtyblonde', '', 'none')
-    call s:HL('cssRenderProp', 'dirtyblonde', '', 'none')
-    call s:HL('cssGeneratedContentProp', 'dirtyblonde', '', 'none')
+    call s:HL('cssColorProp', 'taffy', '', 'none')
+    call s:HL('cssBoxProp', 'taffy', '', 'none')
+    call s:HL('cssTextProp', 'taffy', '', 'none')
+    call s:HL('cssRenderProp', 'taffy', '', 'none')
+    call s:HL('cssGeneratedContentProp', 'taffy', '', 'none')
 else
     call s:HL('cssColorProp', 'fg', '', 'none')
     call s:HL('cssBoxProp', 'fg', '', 'none')