From 5018761ab1dfda5de2fbcc1470581a35e5eb2603 Mon Sep 17 00:00:00 2001 From: Vin Howe <24789592+vinhowe@users.noreply.github.com> Date: Thu, 22 Oct 2020 22:48:26 -0600 Subject: [PATCH] Use htmlBold color for htmlBoldItalic --- colors/gotham.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/gotham.vim b/colors/gotham.vim index 2879806..9c941a4 100644 --- a/colors/gotham.vim +++ b/colors/gotham.vim @@ -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