Monokai color scheme with black background for Vim converted with coloration from Textmate theme with the same name.
In your ~/.vimrc
Plugin 'while1eq1/vim-monokai-black'
under call vundle#end()
colorscheme monokai
Then in vim
:source %
:PluginInstall
