In this CSS example, Vim highlights float and left with the same color.
#rights {
float: left;
margin: 30px 0 0;
}
with the following definition:
hi Type guifg=#eeeeee gui=none
(in this case both float and left will be light gray.
Is the a scheme definition that highlight CSS properties and non-numerical values in Vim with different colors (only numbers are highlighted with different colors)?