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.
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 +qallIt 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"Full credit goes to Chris Kempson for creating the Tomorrow theme.