Skip to content

dolio/vim-railscasts-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 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

There are 2 ways to do this

  1. I recommend installing pathogen.vim and then adding a git submodule for your plugin:

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

2. Copy railscasts.vim into ~/.vim/colors/ (Unix) or vimfiles/colors/ (Windows) as with 
other color schemes. Type "colorscheme railscasts" into your vimrc file.

# Screenshot

<img src="https://raw.github.com/jpo/vim-railscasts-theme/master/screenshot.png" />

About

A GUI & 256 color port of the Railscasts Textmate theme to Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%