Skip to content

gotchacode/vim-tomorrow-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

About

Tomorrow themes for Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published