diff --git a/colors/highlite.vim b/colors/highlite.vim index 5b9a19f..1e07a50 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -429,11 +429,21 @@ local highlight_groups = { csXmlTagName = 'Define', --[[ 4.3.4. CSS ]] + cssAtRule = 'PreCondit', + cssAttr = 'Keyword', + cssAttrRegion = 'Keyword', cssBraces = 'Delimiter', - cssProp = 'Keyword', + cssClassName = 'Structure', + cssClassNameDot = 'Noise', + cssFunctionComma = 'Noise', + cssNoise = 'Noise', + cssProp = 'Label', + cssPseudoClass = 'Special', + cssPseudoClassId = 'Operator', cssSelectorOp = 'Operator', - cssTagName = 'Type', cssTagName = 'htmlTagName', + cssTagName = 'Type', + cssUnitDecorators = 'StorageClass', scssAmpersand = 'Special', scssAttribute = 'Label', scssBoolean = 'Boolean',