diff --git a/colors/highlite.vim b/colors/highlite.vim index 8b4745c..e01d696 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -202,20 +202,20 @@ local highlight_groups = { Function = {bg=NONE, fg=purple, style=NONE}, --[[ 4.1.3. Syntax]] - Statement = {bg=NONE, fg=ice, style=NONE }, - Conditional = {bg=NONE, fg=ice, style='italic'}, - Repeat = {link='Keyword' }, - Label = {bg=NONE, fg=pink, style='italic'}, - Operator = {bg=NONE, fg=green_dark, style=NONE }, - Keyword = {bg=NONE, fg=turqoise, style='bold' }, - Exception = {bg=NONE, fg=red_light, style='bold' }, + Statement = {bg=NONE, fg=ice, style=NONE }, + Conditional = {bg=NONE, fg=ice, style='italic'}, + Repeat = {bg=NONE, fg=turqoise, style='bold' }, + Label = {bg=NONE, fg=pink, style='italic'}, + Operator = {bg=NONE, fg=green_dark, style=NONE }, + Keyword = {bg=NONE, fg=teal, style=NONE }, + Exception = {bg=NONE, fg=red_light, style='bold' }, --[[ 4.1.4. Metatextual Information]] - PreProc = {bg=NONE, fg=tan, style=NONE }, - Include = {bg=NONE, fg=green_light, style='nocombine'}, - Define = {bg=NONE, fg=blue, style='nocombine'}, - Macro = {link='Define' }, - PreCondit = {bg=NONE, fg=teal, style='nocombine'}, + PreProc = {bg=NONE, fg=tan, style=NONE }, + Include = {bg=NONE, fg=green_light, style='nocombine'}, + Define = {bg=NONE, fg=blue, style='nocombine'}, + Macro = {bg=NONE, fg=blue, style='italic' }, + PreCondit = {bg=NONE, fg=tan, style='italic' }, --[[ 4.1.5. Semantics]] Type = {bg=NONE, fg=cyan, style=NONE }, @@ -354,20 +354,22 @@ local highlight_groups = { cppSTLnamespace = {link='String' }, --[[ 4.3.3 C# ]] - csBraces = {link='Delimiter'}, - csClass = {link='Structure'}, - csClassType = {link='Type'}, + csBraces = {link='Delimiter'}, + csClass = {link='Structure'}, + csClassType = {link='Type'}, csContextualStatement = {link='Conditional'}, - csEndColon = {link='Delimiter'}, + csEndColon = {link='Delimiter'}, csLogicSymbols = {link='Operator'}, - csModifier = {link='PreProc'}, - csNew = {link='Operator'}, - csNewType = {link='Type'}, - csParens = {link='Delimiter'}, - csRepeat = {link='Repeat'}, - csStorage = {link='StorageClass'}, + csModifier = {link='Keyword'}, + csNew = {link='Operator'}, + csNewType = {link='Type'}, + csParens = {link='Delimiter'}, + csPreCondit = {link='PreProc'}, + csRepeat = {link='Repeat'}, + csStorage = {link='StorageClass'}, csUnspecifiedStatement = {link='Statement'}, - csXmlTag = {link='Tag'}, + csXmlTag = {link='Define'}, + csXmlTagName = {link='Define'}, --[[ 4.3.4. CSS ]] cssProp = {link='Keyword'},