1.6 KiB
It's the colorscheme we set that defines us. (Batman)
Gotham is a very dark vim colorscheme. As of now, it works on GUI vim (MacVim or gVim) and on iTerm 2, but more support is coming.
Installation
Vim (GUI vim + terminal vim)
I moved to vim-plug a while ago and never looked back. Anyway, you can install Gotham with whatever package manager you use.
For example:
" vim-plug
Plug 'whatyouhide/vim-gotham'
" NeoBundle
NeoBundle 'whatyouhide/vim-gotham'
" Vundle
Plugin 'whatyouhide/vim-gotham'
If you don't use a plugin manager just copy the content of vim/colors/ to
~/.vim/colors.
When you have the plugin installed, you can set it in your vimrc:
colorscheme gotham
Gotham supports vim-airline out of the box. When you use the
Gotham colorscheme, Airline should be able to pick it up and use it. If you want
to set it manually, you can use the AirlineTheme command:
:AirlineTheme gotham
iTerm 2
Installation instructions and screenshots for iTerm 2 are available in their own repository.
If you don't know what iTerm 2 is (and you use OSX), you should really have a look at its project page.
License
MIT © 2014 Andrea Leopardi, see the license.

