A "cool" version of Bad Wolf (by Steve Losh).
I just swapped out colors.
These screenshots may be out of date, but they'll at least give you a taste of what you're in for.
There are a few settings you can use to tweak how Bad Wolf looks.
Determines whether text inside a tags in HTML files will be underlined.
" Turn off HTML link underlining
let g:badwolf_html_link_underline = 0
Default: 1 (on)
Determines whether CSS properties should be highlighted.
" Turn on CSS properties highlighting
let g:badwolf_css_props_highlight = 1
Default: 0 (off)