Iceberg


Ⅰ. 插件描述

:antarctica: Dark blue color scheme for Vim and Neovim

Ⅱ. 基本信息

创建日期:  2014-01-04
使用用户:  357
Github星:  909
插件作者:  Hiroki Kokubun

Ⅲ. 安装方法

使用Vundle管理器安装

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

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

使用NeoBundle管理器安装

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

使用VimPlug管理器安装

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

使用Pathogen管理器安装

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

Ⅳ. 文档说明

Iceberg

Iceberg is a well-designed, eye-friendly, dark blue color scheme for Vim and
Neovim.

Screenshot

See the official site or the
vimonline page for more
information.

Features

  • Simple: no configuration required and easy to use
  • Fast: pre-compiled to reduce loading time
  • 256-colors terminal support
  • Terminal colors support
  • airline theme and lightline colorscheme
  • Various plugins support:
    ALE

/ CtrlP
/ Denite
/ EasyMotion
/ Git Gutter
/ git-messenger.vim
/ Signify
/ Sneak
/ Startify
/ Syntastic
/ vim-plug
/ vim-zenspace
etc.

/ vim-elixir
/ vim-flow
/ vim-graphql
/ vim-javavscript
/ vim-markdown
etc.

lightline

Philosophy

Creator of Iceberg talked about how to create your lovely color scheme in
VimConf 2017, international Vim conference.
This slides also explained the philosophy of Iceberg.

Creating Your Lovely Color Scheme

For other environments

NOTE: terminal.sexy provides configuration files for
the 16 ANSI colors for many terminal emulators (e.g. GNOME Terminal, iTerm2,
etc.). Use .Xresources file as import and export it for
the emulator of your choice.

Building your own Iceberg

NOTE: This section is for color scheme developers. If you just want to use the
color scheme, you don't have to follow these steps.

  1. Install cocopon/pgmnt.vim, a template engine for Vim color scheme,
    to your Vim.
  2. To modify a color palette, edit autoload/iceberg/palette/dark.vim. If you
    make changes, be sure to :source this file before step 4 otherwise your

color palette changes will not be reflected.

  1. To modify highlighting groups or links, edit src/iceberg.vim.
  2. After editing, compile the source file as below:

    :e src/iceberg.vim
    :cd %:h
    :source %

Compiled files will be output into autoload directory.

License

MIT License. See LICENSE.txt for more information.

添加新评论