diff --git a/colors/gotham.vim b/colors/gotham.vim index acd425b..4344538 100644 --- a/colors/gotham.vim +++ b/colors/gotham.vim @@ -276,7 +276,7 @@ call s:Col('NeomakeError', 'red') call s:Col('EndOfBuffer', 'base1') if has('nvim') - call s:Col('Float', 'cyan', 'deepblue') + call s:Col('Float', 'cyan', 'base2') call s:Col('NormalFloat', 'base7', 'base0') call s:Col('FloatBorder', 'base5', 'base0') endif