Skip to content

Commit

Permalink
Use htmlBold color for htmlBoldItalic
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhowe committed Oct 23, 2020
1 parent de44313 commit 5018761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colors/gotham.vim
Expand Up @@ -236,6 +236,7 @@ call s:Col('htmlItalic', 'magenta')
call s:Attr('htmlItalic', 'italic')
call s:Col('htmlBold', 'cyan', '')
call s:Attr('htmlBold', 'bold')
call s:Col('htmlBoldItalic', 'cyan', '')
call s:Attr('htmlBoldItalic', 'bold,italic')

" Python
Expand Down

0 comments on commit 5018761

Please sign in to comment.