Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/carakan/new-railscasts-theme
- Owner: carakan
- Created: 2018-10-29T15:44:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T15:59:25.000Z (about 1 year ago)
- Last Synced: 2023-12-06T16:42:20.908Z (about 1 year ago)
- Topics: color-scheme, nvim, vim, vim-colors, vim-colorscheme, vim-colorscheme-dark, vim-theme
- Language: Vim Script
- Homepage:
- Size: 3.03 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)