Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carakan/new-railscasts-theme

A (new) neovim/vim color scheme based on the Railscasts Textmate theme.
https://github.com/carakan/new-railscasts-theme

color-scheme nvim vim vim-colors vim-colorscheme vim-colorscheme-dark vim-theme

Last synced: 15 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Vim Railscasts Colorscheme

A (new) color scheme based on the [RailsCasts](http://railscasts.com) TextMate theme
with support to GUI (24 bit) colors.

## Installation

### Pathogen

Install [Pathogen](https://github.com/tpope/vim-pathogen) and then add a
git submodule for your plugin:

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

### Vundle

Install [Vundle](https://github.com/gmarik/Vundle.vim) 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

- Support for typescript, ruby, elixir, yaml, javascript and so on using [vim-polyglot](https://github.com/sheerun/vim-polyglot)
- [Ruby](https://github.com/vim-ruby/vim-ruby)
- [Javascript](https://github.com/pangloss/vim-javascript)
- [hbs, ember template](https://github.com/joukevandermaas/vim-ember-hbs)
- [Typescript](https://github.com/HerringtonDarkholme/yats.vim)
- [Elixir](https://github.com/elixir-editors/vim-elixir)