Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.29 KB

README.markdown

File metadata and controls

43 lines (26 loc) · 1.29 KB

Gummybears Colorscheme for Vim

This is a rewrite of the old version of gummybears, since the code in this current version is readable.

It's dark pastel theme that kinda reminds me of Gummy bears, it's based on Jellybeans.

Gummybears supports 256-color terminal and GVim / MacVim.

Installation:

  • Using a Plugin Manager (RECOMMENDED) I highly recommend you use a plugin manager like Pathogen or Vundle. On the command line, clone this repo and copy it to your ~/.vim/bundle directory. $ git clone https://github.com/jelera/vim-gummybears-colorscheme ~/.vim/bundle/vim-gummybears-colorscheme

or

  • Copy gummybears.vim to your ~/.vim/color directory.

Screenshots

  • Graphical Vim (GVIM / MacVim): Here
  • 256-color Terminal : Here

Here are some screenshots:

CSS

CSS

HTML

HTML

Javascript

For the javascript highlighting, I use this Syntax File Javascript

Ruby

Ruby

License

The same as Vim