“Solarized” is the color scheme used by Octopress. You can also set it as your Vim color scheme.
Here is how to make it(from here).
- Install Pathogen which is a Vim plugin management program:
1 | # Create directories, then download the "pathogen.vim" file. |
Then make sure you have the following lines in your “~/.vimrc” file:
1 | execute pathogen#infect() |
- Install the “vim-colors-solarized” bundle from Github to your local environment:
1 | cd ~/.vim/bundle |
- Modify “.vimrc”:
1 | # Make sure you have the following lines in your "~/.vimrc" file: |
Now open your vim you can see the new color scheme.