All Projects → cocopon → Iceberg.vim

cocopon / Iceberg.vim

Licence: mit
🇦🇶 Bluish color scheme for Vim and Neovim

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to Iceberg.vim

Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+21.45%)
Mutual labels:  vim-colorscheme, color-scheme, color, colorscheme, color-theme
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-97.98%)
Mutual labels:  colorscheme, color-scheme, color-theme, vim-colorscheme, lightline
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (-82.95%)
Mutual labels:  vim-colorscheme, color-scheme, colorscheme, color-theme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (-93.4%)
Mutual labels:  vim-colorscheme, color-scheme, colorscheme, color-theme
Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (-96.58%)
Mutual labels:  color-scheme, color, colorscheme, color-theme
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (-82.09%)
Mutual labels:  color-scheme, color, colorscheme, color-theme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (-54.22%)
Mutual labels:  color-scheme, color, colorscheme, color-theme
Leonardo
Generate colors based on a desired contrast ratio
Stars: ✭ 973 (-40.53%)
Mutual labels:  dark, color, colorscheme, color-theme
nord-mintty
An arctic, north-bluish clean and elegant Mintty color theme.
Stars: ✭ 40 (-97.56%)
Mutual labels:  color, colorscheme, color-scheme, color-theme
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (-95.9%)
Mutual labels:  colorscheme, color-scheme, dark, vim-colorscheme
nord-tilix
An arctic, north-bluish clean and elegant Tilix color scheme.
Stars: ✭ 105 (-93.58%)
Mutual labels:  color, colorscheme, color-scheme, color-theme
Nord Gnome Terminal
An arctic, north-bluish clean and elegant GNOME Terminal color theme.
Stars: ✭ 258 (-84.23%)
Mutual labels:  color-scheme, color, colorscheme, color-theme
jay
Yet another Vim colorscheme on GitHub. Inspired by Molokai.
Stars: ✭ 35 (-97.86%)
Mutual labels:  colorscheme, airline, vim-colorscheme, lightline
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-98.78%)
Mutual labels:  color-scheme, color, colorscheme, color-theme
Spacecamp
🔭 Vim colors for the final frontier
Stars: ✭ 288 (-82.4%)
Mutual labels:  vim-colorscheme, color-scheme, colorscheme
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+194.38%)
Mutual labels:  color-scheme, colorscheme, color-theme
Srcery Vim
Dark colorscheme for gvim and vim
Stars: ✭ 518 (-68.34%)
Mutual labels:  color-scheme, colorscheme, color-theme
Darkage
🎮 Darkage mod for Minetest
Stars: ✭ 6 (-99.63%)
Mutual labels:  dark, color-scheme, color
Vim Corvine
The Raven Dark colourscheme for Vim, rebuilt and modified with Colortemplate
Stars: ✭ 76 (-95.35%)
Mutual labels:  color-scheme, color, color-theme
Xcode One Dark
Atom One Dark theme for Xcode
Stars: ✭ 273 (-83.31%)
Mutual labels:  color-scheme, color, color-theme

Iceberg

Iceberg is well-designed, bluish color scheme for Vim and Neovim.

Screenshot

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

Features

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

IDEs and text editors

Terminal emulators

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.

Other

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|light).vim. If you make changes, be sure to :source this file before step 4 otherwise your color palette changes will not be reflected.

  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.

License

MIT License. See LICENSE.txt for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].