首页 > 系统服务 > 详细

Vim Color Scheme

时间:2015-12-20 23:45:38      阅读:352      评论:0      收藏:0      [点我收藏+]

Molokai Color Scheme for Vim

I prefer molokai’s dark grey background.

技术分享

Installation with Pathogen

cd ~/.vim/bundle && \
git clone https://github.com/tomasr/molokai.git

Now Molokai is installed. Add the following to your vimrc.

" Set color scheme

colorscheme molokai

Solarized Colorscheme for Vim

Solarized is a popular light color scheme.

技术分享

Installation with Pathogen
$ cd ~/.vim/bundle
$ git clone git://github.com/altercation/vim-colors-solarized.git
Modify .vimrc

put the following two lines in your .vimrc

syntax enable
set background=dark
colorscheme solarized
or, for the light background mode of Solarized:
syntax enable
set background=light
colorscheme solarized
References

Technorati 标签: ,

Vim Color Scheme

原文:http://www.cnblogs.com/luckysimple/p/5062093.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!