Skip to content

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

License

Notifications You must be signed in to change notification settings

coffee-theme/coffee.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published