Install a dark, readable color scheme for Vim in one file copy.
Switch the background to match the original TextMate Monokai colors.
Use the scheme in a graphical Vim window with full color support.
Enable the experimental 256-color terminal mode for a closer match to the GUI look.
| tomasr/molokai | kien/ctrlp.vim | davidpdrsn/vim-leaderboard | |
|---|---|---|---|
| Stars | 3,624 | 7,239 | 4 |
| Language | VimL | VimL | VimL |
| Last pushed | — | — | 2014-11-22 |
| Maintenance | — | — | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 2/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Just copy one file into Vim's colors folder, no package manager needed.
Molokai is a color scheme for Vim, a text editor widely used by programmers. Color schemes control the colors assigned to different parts of code: keywords, strings, comments, and other elements each get a distinct color, which makes the text easier to read at a glance. Molokai is a port of a theme called Monokai, originally created for TextMate, a different code editor. This project adapts that same design to work inside Vim, keeping a similar look and feel to what TextMate users were already familiar with. The default appearance uses a dark gray background. This specific background is based on a variation of the original monokai design adapted for the E editor by Hamish Stuart Macpherson. If you prefer the background to match the original TextMate monokai color instead, you can switch it with one line added to your Vim configuration file. The scheme works in both graphical Vim windows and 256-color terminal environments, though there are some visual differences between the two. Terminal support is currently limited to the dark gray background style. There is also an alternative 256-color mode under development that tries to bring the terminal version closer in appearance to the graphical version, which can be enabled with a separate configuration option. Installation requires copying one file into the colors folder inside your Vim configuration directory. No package manager or build step is needed. The README for this project is short and covers only the core installation and the two optional configuration flags described above.
A dark, colorful color scheme for the Vim text editor, ported from the popular TextMate Monokai theme.
Mainly VimL. The stack also includes VimL.
No license information is stated in the explanation.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.