Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 796 Bytes

File metadata and controls

30 lines (20 loc) · 796 Bytes

Vim Tomorrow Theme

This is a vim only project for the awesome Tomorrow theme. I couldn't find any Vim specific repo which eases the install using Bundles, NeoBundles etc.

Installation:

In order to install the theme, add the lines on your .vimrc:

" Add bundle for Tomorrow theme
Bundle 'vinitkumar/vim-tomorrow-theme'

and then do this:

vim +BundleInstall +qall

It will install Tomorrow theme colors in your vim configuration. Now, add the colorscheme to your .vimrc and you are good to go:

set background=light
colorscheme Tomorrow  
let g:colors_name="Tomorrow"

Credits:

Full credit goes to Chris Kempson for creating the Tomorrow theme.