diff --git a/colors/gotham.vim b/colors/gotham.vim index 9da03af..2879806 100644 --- a/colors/gotham.vim +++ b/colors/gotham.vim @@ -233,7 +233,10 @@ call s:Col('rubyStringDelimiter', 'green') " HTML (and often Markdown). call s:Col('htmlArg', 'blue') call s:Col('htmlItalic', 'magenta') +call s:Attr('htmlItalic', 'italic') call s:Col('htmlBold', 'cyan', '') +call s:Attr('htmlBold', 'bold') +call s:Attr('htmlBoldItalic', 'bold,italic') " Python call s:Col('pythonStatement', 'blue')