From 00e29606926e73690f0edea96f1c0f17ac01ccc5 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Fri, 26 Feb 2021 16:04:21 -0500 Subject: [PATCH] ref(css): use more varied defaults This is to make the text appear more obvious for skimming. --- colors/highlite.vim | 53 +++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/colors/highlite.vim b/colors/highlite.vim index 985f4e4..f4a9788 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -429,32 +429,33 @@ local highlight_groups = { csXmlTagName = 'Define', --[[ 4.3.4. CSS ]] - cssAtRule = 'PreCondit', - cssAttr = 'Keyword', - cssAttrComma = 'Noise', - cssAttrRegion = 'Keyword', - cssBraces = 'Delimiter', - cssClassName = 'Structure', - cssClassNameDot = 'Noise', - cssFunctionComma = 'Noise', - cssNoise = 'Noise', - cssProp = 'Label', - cssPseudoClass = 'Special', - cssPseudoClassId = 'Operator', - cssSelectorOp = 'Operator', - cssTagName = 'htmlTagName', - cssTagName = 'Type', - cssUnitDecorators = 'StorageClass', - scssAmpersand = 'Special', - scssAttribute = 'Label', - scssBoolean = 'Boolean', - scssDefault = 'Keyword', - scssElse = 'PreCondit', - scssIf = 'PreCondit', - scssInclude = 'Include', - scssSelectorChar = 'Operator', - scssSelectorName = 'Identifier', - scssVariable = 'Define', + cssAtRule = 'PreCondit', + cssAttr = 'Keyword', + cssAttrComma = 'Noise', + cssAttrRegion = 'Keyword', + cssBraces = 'Delimiter', + cssClassName = 'Identifier', + cssClassNameDot = 'Noise', + cssFlexibleBoxAttr = 'cssAttr', + cssFunctionComma = 'Noise', + cssImportant = 'Exception', + cssNoise = 'Noise', + cssProp = 'Label', + cssPseudoClass = 'Special', + cssPseudoClassId = 'cssSelectorOp', + cssSelectorOp = 'Operator', + cssTagName = 'Structure', + cssUnitDecorators = 'Type', + scssAmpersand = 'Special', + scssAttribute = 'Label', + scssBoolean = 'Boolean', + scssDefault = 'Keyword', + scssElse = 'PreCondit', + scssIf = 'PreCondit', + scssInclude = 'Include', + scssSelectorChar = 'Operator', + scssSelectorName = 'Identifier', + scssVariable = 'Define', scssVariableAssignment = 'Operator', --[[ 4.3.5. Dart ]]