
A vim color scheme based on the Railscasts Textmate theme.
The Vim Railscasts Colorscheme is a color scheme for Vim that is based on the RailsCasts TextMate theme. It provides decent support for both GUI and terminal environments.
cd ~/.vim/bundle # or your preferred plugin directory
git submodule add https://github.com/{path_to_railscasts_theme}.git
colorscheme railscasts
Plugin 'path_to_railscasts_theme'
:PluginInstall in Vim to install the colorscheme.colorscheme railscasts
~/.vim/colors/vimfiles/colors/colorscheme railscasts
The Vim Railscasts Colorscheme is a popular choice for Vim users who prefer the look and feel of the RailsCasts TextMate theme. It offers support for both GUI and terminal environments and can be easily installed using tools like Pathogen and Vundle, or manually by copying the colorscheme file into the appropriate directory.
