Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomasr/molokai
Molokai color scheme for Vim
https://github.com/tomasr/molokai
Last synced: about 1 month ago
JSON representation
Molokai color scheme for Vim
- Host: GitHub
- URL: https://github.com/tomasr/molokai
- Owner: tomasr
- License: other
- Created: 2011-02-13T15:14:22.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T16:47:30.000Z (about 2 years ago)
- Last Synced: 2024-10-15T13:20:10.967Z (3 months ago)
- Language: VimL
- Homepage:
- Size: 380 KB
- Stars: 3,607
- Watchers: 94
- Forks: 1,687
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starts - tomasr/molokai - Molokai color scheme for Vim (others)
README
# Molokai Color Scheme for Vim
Molokai is a Vim port of the monokai theme for TextMate originally created by Wimer Hazenberg.
By default, it has a dark gray background based on the version created by Hamish Stuart Macpherson for the E editor.
![Gray Background](http://www.winterdom.com/weblog/content/binary/WindowsLiveWriter/MolokaiforVim_8602/molokai_normal_small_3.png)
![Molokai Original](http://www.winterdom.com/weblog/content/binary/WindowsLiveWriter/MolokaiforVim_8602/molokai_original_small_3.png)
256-Color terminals are also supported, though there are some differences with the Gui version. Only the dark gray background style is supported on terminal vim at this time.
## Installation
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 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:
```
let g:rehash256 = 1
```