Skip to content

Commit 14c950f

Browse files
committed
Update README with the new option
1 parent f7cc283 commit 14c950f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ If you prefer the scheme to match the original monokai background color, put thi
1919
let g:molokai_original = 1
2020
```
2121

22+
If you prefer a transparent background for the terminal version, put this in your .vimrc file:
23+
```
24+
let g:molokai_transparent = 1
25+
```
26+
2227
There is also an alternative scheme 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:
2328
```
2429
let g:rehash256 = 1

0 commit comments

Comments
 (0)