Skip to content

Commit

Permalink
Merge pull request sjl#16 from lukaszklis/fixes_for_css
Browse files Browse the repository at this point in the history
Changed the color of highlighted props in CSS
  • Loading branch information
solomonxie authored and Steve Losh committed Dec 7, 2015
2 parents fd95069 + 8781eb6 commit 059710a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions colors/badwolf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,11 @@ call s:HL('lispEscapeSpecial', 'orange', '', 'none')
" 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')
Expand Down

0 comments on commit 059710a

Please sign in to comment.