purify


Ⅰ. 插件描述

:rainbow: Clean & vibrant color schemes for Vim, Terminals...

Ⅱ. 基本信息

创建日期:  2018-07-11
使用用户:  5
Github星:  40
插件作者:  Kyoz

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'kyoz/purify'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

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

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'kyoz/purify'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'kyoz/purify'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

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

Ⅳ. 文档说明

# purify

Clean & vibrant color schemes for Vim, Terminals...

<p align="center">

</p>

<p align="center">Purify colors</p>

<p align="center">

</p>

Demo 2
Demo 3
, Or you can view more demo images in each sub pages

Contents

Features

Purify support consistent color theme among terminals, editors and other things:

Editors

  • [x] Vim, NeoVim, MacVim (Come along with consistent colors of plugins, syntax of almost most popular programing languages...)
  • [x] Gedit
  • [x] emacs (:heavy_exclamation_mark: Just minimal support, need help)

Terminals

Others

Todo

I'll look into these terminals & editors when i have time. But mostly the time i'll use to maintain Vim and most used Terminal theme.

  • [ ] notepad++
  • [ ] atom
  • [ ] sublime
  • [ ] vscode

Installation & Usage

Each editors, terminals and other things have seperate installation & usage guide. Just click in what you want to use in the Features list

References

In the demos i do use:

Contributing

If you have any problem from install anything relate to Purify, or if you have any idea please open an issue

Contributions are always welcome

Lisence

MIT © Kyoz

添加新评论