Skip to content

Latest commit

 

History

History
124 lines (86 loc) · 3.98 KB

README.md

File metadata and controls

124 lines (86 loc) · 3.98 KB

Iceberg

Overview

Iceberg is a dark blue color scheme for Vim. It brings a cool-headed perspective for your happy coding!

Screenshot

Palette

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

Features

Philosophy

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

Creating Your Lovely Color Scheme

Building your own Iceberg

  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.

  3. To modify highlighting groups or links, edit src/iceberg.vim.

  4. After editing, compile the source file as below:

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

    Compiled files will be output into autoload directory.

For other environments

NOTE: terminal.sexy provides configuration files for the 16 ANSI colors for many terminal emulators. Use .Xresources file as import and export it for the emulator of your choice.

License

MIT License. See LICENSE.txt for more information.