3.6k
1.7k
36
Other

项目介绍

Molokai 为 Vim 设计的配色方案

简要分析

热度分
10576
价值分
3037
活跃状态
活跃
主题数量
0
语言VimL
默认分支
大小389 KB
更新2022-10-27
暂无主题

编辑推荐

社区关注度与协作度较高,适合实践与生产使用。

VimLActiveOther

语言占比

Vim Script

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

Molokai Original

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

评论

暂无评论