diff --git a/colors/gotham.vim b/colors/gotham.vim index c0b43ff..6c8828a 100644 --- a/colors/gotham.vim +++ b/colors/gotham.vim @@ -211,6 +211,9 @@ call s:Col('htmlArg', 'blue') call s:Col('htmlItalic', 'magenta') call s:Col('htmlBold', 'cyan', '') +" Python +call s:Col('pythonStatement', 'blue') + " Plugin ======================================================================= diff --git a/colors/gotham256.vim b/colors/gotham256.vim index e47e254..24870be 100644 --- a/colors/gotham256.vim +++ b/colors/gotham256.vim @@ -211,6 +211,9 @@ call s:Col('htmlArg', 'blue') call s:Col('htmlItalic', 'magenta') call s:Col('htmlBold', 'cyan', '') +" Python +call s:Col('pythonStatement', 'blue') + " Plugin =======================================================================