One Half Color Schemes


Ⅰ. 插件描述

Clean and vibrant light/dark color schemes for terminal and gui Vim.

Ⅱ. 基本信息

创建日期:  2016-06-30
使用用户:  0
Github星:  0
插件作者:  Son Pham

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin '/one-half-color-schemes'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

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

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle '/one-half-color-schemes'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug '/one-half-color-schemes'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone 

Ⅳ. 文档说明

Clean, vibrant, modern and pleasing light/dark color schemes for terminal and gui Vim.

Consistent cterm and gui colors, plus matching themes for plugins such as vim-airline, lightline or NERDTree. Provides harmonious colors and styles for all UI elements and syntax groups.

Screenshot: https://github.com/sonph/onehalf/blob/master/screenshots/main.png
More screenshots: https://github.com/sonph/onehalf/tree/master/screenshots
More information: https://github.com/sonph/onehalf

Matching color schemes for other editors and terminals such as gnome-terminal, iTerm, macOS Terminal.app, Sublime Text, etc. are also available.

Please report any issues or feature requests at the GitHub repository above.

添加新评论