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