jayhowie / crystal-cove

A (n)vim colorscheme for teenage sleuths road-tripping in their gap year.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crystal Cove

A vim colorscheme for teenage sleuths road-tripping in their gap year.

The color palette consists entirely of hues taken from the following promotional poster image:

poster

Screenshot

screenshot

Install

The colors/crystalcove.vim file can of course be copied to ~/.vim/colors, etc. OR, for those of us enjoying vim-plug:

Plug 'jayhowie/crystal-cove'

Next, set the color scheme and be sure to enable termguicolors:

colorscheme crystalcove
set termguicolors

A 256-color palette is included, derived from a color distance function implemented in this helpful script. Still, 24-bit True Color is preferred for the colorscheme. The 256-color palette is just not quite the same...

  • Absolutely derivative of Apprentice, uses identical highlight groups.
  • Built using Vim-RNB.
  • Much respect and thanks to romainl. Merci pour cet excellent travail.

About

A (n)vim colorscheme for teenage sleuths road-tripping in their gap year.

License:MIT License


Languages

Language:HTML 59.4%Language:Vim Script 39.5%Language:Makefile 1.1%