A color scheme based on the RailsCasts TextMate theme with decent support for both GUI and terminal.
Install Pathogen and then add a git submodule for your plugin:
$ cd ~/.vim
$ git submodule add [email protected]:jpo/vim-railscasts-theme.git bundle/railscasts-theme
Install Vundle and then add this theme
as a plugin to your .vimrc
.
Plugin jpo/vim-railscasts-theme
Copy railscasts.vim
into ~/.vim/colors/
(Unix) or
vimfiles/colors/
(Windows).