Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thecodesmith/vim-colorscheme-codesmith
- Owner: thecodesmith
- Created: 2015-08-05T20:52:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T22:41:26.000Z (over 1 year ago)
- Last Synced: 2024-11-01T20:52:12.084Z (about 2 months ago)
- Language: Vim Script
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()