diff --git a/README.md b/README.md index 85cc44d..ab9b663 100644 --- a/README.md +++ b/README.md @@ -18,24 +18,24 @@ You can tweak Spacegray by enabling the following disabled options: > `let g:spacegray_use_italics = 1` -3. Use lower contrast: Use a low contrast variant of SpacegraV. Put the +3. Use lower contrast: Use a low contrast variant of Spacegray. Put the following in your `~/.vimrc` to enable it: - > `let g:spacegray_low_contrast = 1` + > `let g:spacegray_low_contrast = 1` ## Screenshots Here are a few screenshots of Spacegray: (Font used: Fira Mono 12pt) -### JavaScript (GUI Vim) -![Spacegray in JavaScript](http://cl.ly/Yx75/JS-Spacegray.png) - -### Vim (GUI Vim) -![Spacegray in Vim](http://cl.ly/Yxfr/vim-spacegray.png) +### Vim (GVim) +![Spacegray in Vim](screenshots/vim_gui.png) ### Ruby (Terminal Vim) -![Spacegray in Ruby](http://cl.ly/ZMR9/ruby-spaceray.png) +![Spacegray in Ruby](screenshots/ruby_cterm.png) + +### Haskell (Spacegray Low Contrast GVim) +![Spacegray Low Contrast](screenshots/spacegray_low_contrast_gui.png) ## Installation diff --git a/screenshots/ruby_cterm.png b/screenshots/ruby_cterm.png new file mode 100644 index 0000000..528549d Binary files /dev/null and b/screenshots/ruby_cterm.png differ diff --git a/screenshots/spacegray_low_contrast_gui.png b/screenshots/spacegray_low_contrast_gui.png new file mode 100644 index 0000000..6d6fe4c Binary files /dev/null and b/screenshots/spacegray_low_contrast_gui.png differ diff --git a/screenshots/vim_gui.png b/screenshots/vim_gui.png new file mode 100644 index 0000000..d27709c Binary files /dev/null and b/screenshots/vim_gui.png differ