All Projects → archseer → Colibri.vim

archseer / Colibri.vim

Licence: mit
A subtle, elegant color scheme for vim.

Projects that are alternatives of or similar to Colibri.vim

Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (+950%)
Mutual labels:  colorscheme
Vim Monokai Phoenix
Monokai Phoenix Theme for Vim
Stars: ✭ 31 (-50%)
Mutual labels:  colorscheme
Vim Dichromatic
A dark Vim colorscheme for color blind vimmers. But not only.
Stars: ✭ 52 (-16.13%)
Mutual labels:  colorscheme
Wal
🎨 Generate and change colorschemes on the fly. Deprecated, use pywal instead. -->
Stars: ✭ 689 (+1011.29%)
Mutual labels:  colorscheme
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-67.74%)
Mutual labels:  colorscheme
Iosvkem
Because what the world needs is yet another vim colourscheme
Stars: ✭ 34 (-45.16%)
Mutual labels:  colorscheme
Nord Tmux
An arctic, north-bluish clean and elegant tmux color theme.
Stars: ✭ 567 (+814.52%)
Mutual labels:  colorscheme
Swatch.vim
work with hex color codes and make your own vim colorschemes easily and quickly
Stars: ✭ 57 (-8.06%)
Mutual labels:  colorscheme
Tf rgb lab
TensorFlow module for RGB (from / to) LAB color-space conversion.
Stars: ✭ 30 (-51.61%)
Mutual labels:  colorscheme
Onehalf
Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
Stars: ✭ 974 (+1470.97%)
Mutual labels:  colorscheme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+1108.06%)
Mutual labels:  colorscheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-85.48%)
Mutual labels:  colorscheme
Leonardo
Generate colors based on a desired contrast ratio
Stars: ✭ 973 (+1469.35%)
Mutual labels:  colorscheme
Apprentice
A dark, low-contrast, Vim colorscheme.
Stars: ✭ 688 (+1009.68%)
Mutual labels:  colorscheme
Daycula Vim
A dark, vivid and calming colorscheme for Vim
Stars: ✭ 52 (-16.13%)
Mutual labels:  colorscheme
Pywal
🎨 Generate and change color-schemes on the fly.
Stars: ✭ 5,889 (+9398.39%)
Mutual labels:  colorscheme
Elrodeo Vim Colorscheme
Dark low-contrast color scheme for Vim
Stars: ✭ 32 (-48.39%)
Mutual labels:  colorscheme
Vim Orbital
Dark blue base16 theme for 256-color terminals
Stars: ✭ 56 (-9.68%)
Mutual labels:  colorscheme
Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (-9.68%)
Mutual labels:  colorscheme
Arcadia
Vim Colorscheme
Stars: ✭ 35 (-43.55%)
Mutual labels:  colorscheme

colibri

Screenshot

A subtle colorscheme for Vim. You can preview the color palette here.

I've always appreciated color schemes, but felt that they often add more visual clutter than I needed (using more than a few colors distracts my eye and makes the file look more like a box of crayons).

I wanted a color scheme that would be minimal, look good at all times of the day, and work well with f.lux at night.

Colibri is a genus of hummingbird, which inspired the base colors for this scheme (long story short, I sampled these colors from a photograph of a hummingbird for a web UI project that I never ended up finishing).

Design rationale

  1. Different colors should be used minimally as a way of visual cues. Use similar handpicked shades to introduce subtle contrast.
  2. Regular text should complement the background; pure white or pure black overpower and should be used sparingly to draw attention.
  3. Start minimal, tweak often, introduce colors as needed.

I use the complement green for constants to introduce some contrast, especially for elixir/ruby symbols (I think it could be a bit subtler, but that's the best complement green I found after 10-20 iterations).

I was using/working on this color scheme for a while from my dotfiles repository, you can see a fuller commit history here.

Installation

" vim-plug
Plug 'archseer/colibri.vim'
" NeoBundle
NeoBundle 'archseer/colibri.vim'
" Vundle
Plugin 'archseer/colibri.vim'

If you don't use a plugin manager just copy the content of vim/colors/ to ~/.vim/colors.

When you have the plugin installed, you can set it in your vimrc:

For 24 Bit Terminals
set termguicolors
set background=dark
colorscheme colibri
For GUI
set background=dark
colorscheme colibri

There is some support for a 256 color version, but the colors are much cruder. There is an experimental light version of the scheme, set background=light to test it out. Feel free to report your feedback at https://github.com/archSeer/colibri.vim/issues/2 .

Contributing

Contributors are welcome! There's still a lot of room for improvement, so any suggestions or patches are appreciated.

License

Logo: Hummingbird by Lane F. Kinkade from the Noun Project.

MIT © 2017 Blaž Hrastnik, see the license.

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].