spacegray.vim/README.md

44 lines
1.1 KiB
Markdown

# Spacegray.vim
> Attention: Spacegray.vim is currently under heavy construction.
Spacegray is a colorscheme for Vim loosely modeled after
the [spacegray](https://github.com/zdne/spacegray-xcode) theme for Xcode.
## Screenshots
Here are a few screenshots of Spacegray:
### C
![Spacegray in C](http://cl.ly/Yxcd/C-spacegray.png)
### JavaScript
![Spacegray in JavaScript](http://cl.ly/Yx75/JS-Spacegray.png)
### Vim
![Spacegray in Vim](http://cl.ly/Yxfr/vim-spacegray.png)
## Installation
If you don't have a preferred installation method, I recommend installing
[pathogen.vim](https://github.com/tpope/vim-pathogen), and then simply copy and
paste:
cd ~/.vim/bundle && git clone git://github.com/ajh17/Spacegray.vim.git
Then in your ~/.vimrc, add this line:
colorscheme spacegray
## Terminal Environment
If you use Spacegray inside a Terminal, please make sure you use a Terminal
with 256 color support.
The image below contains the Spacegray palette. You can use a color picker to
use the colors for your Terminal:
![Spacegray Palette](https://dl.dropboxusercontent.com/u/34865/Misc%20Screenshots/ansi-colors.png)