voodooChild.vim


Ⅰ. 插件描述

Low contrast colorscheme for low light conditions.

Ⅱ. 基本信息

创建日期:  2018-06-01
使用用户:  0
Github星:  0
插件作者:  sm smithfield

Ⅲ. 安装方法

使用Vundle管理器安装

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

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

使用NeoBundle管理器安装

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

使用VimPlug管理器安装

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

使用Pathogen管理器安装

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

Ⅳ. 文档说明

:VoodooChild            - change certain setting dynamically.
:VoodooChild (no args)  - displays current settings
:VoodooChild bold?      - diplays current value of bold. works similarly for all options.
:VoodooChild bold!      - toggles bold value for 'categorical' colors
:VoodooChild underline! - toggles the appearance of Underlined.
                          voodooChild.vim uses Underlined as an additional color
                          without the underline as default.
                          If you want the Underline back, turn it back on.
:VoodooChild ignore!    - toggles the appearance of Ignore'd text
                          from nearly invisible to invisible, ie. same color as background.
:VoodooChild conceal!   - toggles the appearance of Conceal'd text
                          from Comment to Ignore.

This means ... you can dynamically make Conceal'd text invisible, nearly
invisible or appear as a Comment in both gui and xterm-256 environments.

This colorscheme is designed to reduce eyestrain by using a much lower contrast
than black on white. voodooChild is a very low contrast colorscheme that is most
appropriate for low light conditions.

Includes several palettes of color, support for RainbowLevels and Vimwiki

  1. This is a toolkit for anyone who wants to play around with such
    things.

Gui color support is complete. Includes the latest highlight commands from 801.

In your vimrc file put (for example),
    VoodooChild bold 0
    VoodooChild underline 1
to establish your own preferences.

The 'categorical' colors are the colors which are used by syntax files to match
linguistic elements.  'Categorical' colors are treated as an ad hoc linguistic
heat map. In order of 'heat' they are..

    PreProc - includes Delimiter as a remap
    Statement
    Type
    Special
    Identifier
    Constant
    Underlined

The emphasis - yellow - is placed upon 'Type'.
The rest of the colors are 'interface' colors.

添加新评论