Coffee is a nice, warm colour scheme for software based of gruvbox which is light on eye strain and feels warm and cozy -- vim
Find a file
Arija A. 1b1c3f5ad2
Update license.
Signed-off-by: Arija A. <ari@ari.lt>
2025-07-05 16:31:05 +03:00
colors Update license. 2025-07-05 16:31:05 +03:00
scripts first commit 2022-02-05 03:05:55 +02:00
src Update license. 2025-07-05 16:31:05 +03:00
.gitignore first commit 2022-02-05 03:05:55 +02:00
LICENSE Update license. 2025-07-05 16:31:05 +03:00
README.md Moved lightline theme into a forked plugin 2022-02-05 15:28:12 +02:00

Coffee theme -- vim

Coffee is a nice, warm colour scheme for software based of gruvbox which is light on eye strain and feels warm and cozy

colourscheme preview

Third-party plugin support

Installation

These are only few examples

Vundle

call vundle#begin()
" ...

Plugin 'coffee-theme/coffee.vim'

" ...
call vundle#end()

NeoBundle

call neobundle#begin(expand('...'))
" ...

NeoBundle 'coffee-theme/coffee.vim'

" ...
call neobundle#end()

VimPlug

call plug#begin("...")
" ...

Plug 'coffee-theme/coffee.vim'

" ...
call plug#end()

Pathogen

$ cd ~/.vim/bundle
$ git clone https://github.com/coffee-theme/coffee.vim

Scripts

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