码迷,mamicode.com
首页 > 系统相关 > 详细

Vim Color Scheme

时间:2015-12-20 23:46:33      阅读:252      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!