From ae8aaad4d071c8d89de07e19bf6680e97a65a527 Mon Sep 17 00:00:00 2001 From: Kevin Lee Date: Thu, 28 Nov 2013 02:06:41 -0600 Subject: [PATCH] [master] Change to fenced code --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 320508d..95c6f64 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,16 @@ By default, it has a dark gray background based on the version created by Hamish 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 +``` +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 +``` +let g:rehash256 = 1 +``` Note: when using the console version, add this command after enabling the colorscheme in your .vimrc: - set background=dark +``` +set background=dark +```