vim-colorschemes


Ⅰ. 插件描述

one colorscheme pack to rule them all!

Ⅱ. 基本信息

创建日期:  2011-02-14
使用用户:  7099
Github星:  2859
插件作者:  Franco Lazzarino

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'flazz/vim-colorschemes-sweeter-than-fiction'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'flazz/vim-colorschemes-sweeter-than-fiction'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'flazz/vim-colorschemes-sweeter-than-fiction'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/flazz/vim-colorschemes

Ⅳ. 文档说明

me: Hi everyone, my name is Franco and I'm addicted to colorschemes

everyone else: Hi Franco

Vim colorschemes

one stop shop for vim colorschemes.

this was [originally] harvested from vim.org. only colorschemes downloaded in a single .vim
file are included.

for hacking on vim.org harvesting see the branch prep.

Policy

  • honor system is in effect!
  • new schemes are welcome!
  • upstream updates are accepted!
  • non-upstream updates are accepted as derivitive schemes: pick a new filename; cite the original!
  • housekeeping updates are accepted too!

Installation

Basic install - very simple (*nix or cygwin install)

mkdir ~/.vim
git clone https://github.com/flazz/vim-colorschemes.git ~/.vim

if you use vim + pathogen

git submodule add https://github.com/flazz/vim-colorschemes.git ~/.vim/bundle/colorschemes

if you use vim + vundle

" add to .vimrc
Plugin 'flazz/vim-colorschemes'
:PluginInstall

if you aren't so clever just get all the files in colors/*.vim into
~/.vim/colors

# after downloading; unpacking; cd'ing
cp colors/* ~/.vim/colors

Using

To change the colorscheme of Vim, add to your .vimrc:

colorscheme nameofcolorscheme

For example, to change the color scheme to wombat:


colorscheme wombat

To change to Molokai:

colorscheme molokai

Inside Vim, you use:


:colorscheme molokai

Previewing colorschemes

There are quite a few colorschemes in this. To preview them on your live code inside of Vim, checkout this page from the vim wikia and this repo for easy installation.

Something missing? Fork!

fork this repo; send a
pull request!; I'll take it!

    • -

I'm a slave to aesthetics. If you are too, I hope this helps.

email

添加新评论