Add terminal configuration steps to Readme
This commit is contained in:
parent
7fdde2564b
commit
a938da1f11
13
README.md
13
README.md
|
@ -5,9 +5,6 @@
|
||||||
Spacegray is a colorscheme for Vim loosely modeled after
|
Spacegray is a colorscheme for Vim loosely modeled after
|
||||||
the [spacegray](https://github.com/zdne/spacegray-xcode) theme for Xcode.
|
the [spacegray](https://github.com/zdne/spacegray-xcode) theme for Xcode.
|
||||||
|
|
||||||
For now, Spacegray can only be used in MacVim/GVim. Support for terminal Vim is
|
|
||||||
coming very soon.
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
Here are a few screenshots of Spacegray:
|
Here are a few screenshots of Spacegray:
|
||||||
|
@ -33,3 +30,13 @@ paste:
|
||||||
Then in your ~/.vimrc, add this line:
|
Then in your ~/.vimrc, add this line:
|
||||||
|
|
||||||
colorscheme spacegray
|
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:
|
||||||
|

|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue