Coffee is a nice, warm colour scheme for software based of gruvbox which is light on eye strain and feels warm and cozy
These are only few examples
call vundle#begin()
" ...
Plugin 'coffee-theme/coffee.vim'
" ...
call vundle#end()
call neobundle#begin(expand('...'))
" ...
NeoBundle 'coffee-theme/coffee.vim'
" ...
call neobundle#end()
call plug#begin("...")
" ...
Plug 'coffee-theme/coffee.vim'
" ...
call plug#end()
$ cd ~/.vim/bundle
$ git clone https://github.com/coffee-theme/coffee.vim
The generate.py
script is a dirty script to generate cterm
colours only
using gui-colours, src/...
are the source files and colours/...
are
pre-built files
To build it yourself run
$ ./scripts/generate.py src/coffee.vim | tee colors/cofee.vim