spacegray.vim/README.md

44 lines
1.1 KiB
Markdown
Raw Normal View History

# Spacegray.vim
Spacegray is a colorscheme for Vim loosely modeled after
the [spacegray](https://github.com/zdne/spacegray-xcode) theme for Xcode.
2014-12-14 10:39:01 +00:00
## 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)
2014-12-14 10:47:17 +00:00
### 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:
2014-12-14 10:39:01 +00:00
colorscheme spacegray
## Terminal Environment
If you use Spacegray inside a Terminal, please make sure you use a Terminal
with 256 color support.
If you use iTerm2, Spacegray.itemcolors is provided with the download.
Otherwise, the image below contains the Spacegray palette.
You can use a color picker to use the colors for your Terminal:
2014-12-15 00:02:22 +00:00
![Spacegray Palette](https://dl.dropboxusercontent.com/u/34865/Misc%20Screenshots/ansi-colors.png)