falcon


Ⅰ. 插件描述

A colour scheme for terminals, Vim and friends.

Ⅱ. 基本信息

创建日期:  2018-01-25
使用用户:  0
Github星:  425
插件作者:  Michael Welford

Ⅲ. 安装方法

使用Vundle管理器安装

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

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

使用NeoBundle管理器安装

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

使用VimPlug管理器安装

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

使用Pathogen管理器安装

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

Ⅳ. 文档说明

falcon logo

A colour scheme for terminals, vim and friends.

This is v2.0 - vastly improved, with more tweak, less cruft.

Falcon is a work horse of a colour scheme that will (hopefully) stand the test of time - with fewer gimmicks, a more restrained colour palette but with a splash just enough to distinguish everything semantically as well a touch of delight thrown in.

hero shot

Get started

Head to the wiki installation page to get going. Also have a look through what plugins and programs are covered, browse the screenshot gallery, the palette and if you need a little bit of help there is also the [troubleshooting section and
FAQ](https://github.com/fenetikm/falcon/wiki/Troubleshooting-&-FAQ).

Contact

If you want to get in touch please drop me a line.

Big Thanks

  • Built with estilo, gracias!
  • Inspiration: gruvbox for not being quite right to my tastes and thus being the seed of this project
  • Everyone who Vims, f'yeah!

License

Falcon is released under the MIT license.

添加新评论