Skip to content

Commit ae8aaad

Browse files
committed
[master] Change to fenced code
1 parent e7bcec7 commit ae8aaad

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@ By default, it has a dark gray background based on the version created by Hamish
1515
Copy the file on your .vim/colors folder.
1616

1717
If you prefer the scheme to match the original monokai background color, put this in your .vimrc file:
18-
let g:molokai_original = 1
18+
```
19+
let g:molokai_original = 1
20+
```
1921

2022
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:
21-
let g:rehash256 = 1
23+
```
24+
let g:rehash256 = 1
25+
```
2226

2327
Note: when using the console version, add this command after enabling the colorscheme in your .vimrc:
24-
set background=dark
28+
```
29+
set background=dark
30+
```

0 commit comments

Comments
 (0)