Skip to content

jpo/vim-railscasts-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vim Railscasts Colorscheme

A color scheme based on the RailsCasts TextMate theme with decent support for both GUI and terminal.

Installation

You can choose between 3 different ways to install it:

Pathogen

Install Pathogen and then add a git submodule for your plugin:

$ cd ~/.vim
$ git submodule add git@github.com:jpo/vim-railscasts-theme.git bundle/railscasts-theme

Vundle

Install Vundle and then add this theme as a plugin to your .vimrc.

Plugin 'jpo/vim-railscasts-theme'

Manually

Copy railscasts.vim into ~/.vim/colors/ (Unix) or vimfiles/colors/ (Windows).

Screenshots

GUI :

Terminal with 256 colors :

About

A vim color scheme based on the Railscasts Textmate theme.

Resources

Stars

Watchers

Forks

Packages

No packages published