Skip to content

Commit

Permalink
Fixed readme as per issue tomasr#1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr committed Apr 21, 2013
1 parent 856a47b commit 584bdf7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ By default, it has a dark gray background based on the version created by Hamish

## Installation

Just copy the file on your .vim/colors folder.
Copy the file on your .vim/colors folder.

If you prefer the scheme to match the original monokai background color, put this in your .vimrc file:
let g:molokai_original = 1

There is also an alternative sheme under development for color terminals which attempts to bring the 256 color version as close as possible to the the default (dark) GUI version. To access, add this to your .vimrc:
let g:rehash256 = 1

Note: when using the console version, add this command after enabling the colorscheme in your .vimrc:
set background=dark

0 comments on commit 584bdf7

Please sign in to comment.