diff --git a/colors/ayu.vim b/colors/ayu.vim index caf5b94..96a864d 100644 --- a/colors/ayu.vim +++ b/colors/ayu.vim @@ -323,6 +323,25 @@ call ayu#hi('xmlEqual', 'operator', '') " }}} +" HTML:" {{{ + +" open - close tag +call ayu#hi('htmlTag', 'tag', '') +call ayu#hi('htmlTagName', 'entity', '') +call ayu#hi('htmlTagN', 'entity', '') +call ayu#hi('htmlEndTag', 'tag', '') + +" attribute +call ayu#hi('htmlArg', 'operator', '') + +" text inner tag +hi link htmlLink Normal +hi link htmlH1 Normal +hi link htmlTitle Normal + +" }}} + + " INI:" {{{ call ayu#hi('dosiniHeader', 'keyword', '') " }}}