Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thecodesmith/vim-colorscheme-codesmith

My custom vim colorscheme
https://github.com/thecodesmith/vim-colorscheme-codesmith

Last synced: 23 days ago
JSON representation

My custom vim colorscheme

Awesome Lists containing this project

README

        

# Codesmith Colorscheme for Vim

This colorscheme was originally forked from the "Darcula" colorscheme
(alem0lars/vim-colorscheme-darcula)[http://github.com/alem0lars/vim-colorscheme-darcula].

The colors were not quite right in 256-color terminals, so I tweaked them to my
liking.

## Install with Vundle

Add this Plugin line to `.vimrc`:

call vundle#begin()
...
Plugin 'thecodesmith/vim-colorscheme-codesmith'
...
call vundle#end()