https://github.com/thecodesmith/vim-colorscheme-codesmith
My custom vim colorscheme
https://github.com/thecodesmith/vim-colorscheme-codesmith
Last synced: 7 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T22:41:26.000Z (about 3 years ago)
- Last Synced: 2025-01-31T07:32:39.929Z (over 1 year 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()