Skip to content

A (new) neovim/vim color scheme based on the Railscasts Textmate theme.

Notifications You must be signed in to change notification settings

carakan/new-railscasts-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Vim Railscasts Colorscheme

A (new) color scheme based on the RailsCasts TextMate theme with support to GUI (24 bit) colors.

Installation

Pathogen

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

$ cd ~/.vim
$ git submodule add [email protected]:carakan/new-railscasts-theme.git bundle/railscasts-theme

Vundle

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

Plugin 'carakan/new-railscasts-theme'

Manually

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

and set your Colorscheme:

colorscheme new-railscasts

GUI (neovim):

Notes