FocusPoint aims to maintain a balance between the bright, friendly colors of Molokai and the dim, relaxed colors of Zenburn.
NEW! FocusPoint supports full-color, 256-color, and 16-color modes.
Using Vundle
-
Add the following to your
.vimrc
where other bundles are located:Bundle 'chase/focuspoint-vim'
-
Run from command line:
$ vim +BundleInstall
Using pathogen
-
Check out the repository into your bundle path:
$ cd ~/.vim/bundle $ git clone git://github.com/chase/focuspoint-vim.git
- Copy
colors/focuspoint.vim
to your ~/.vim/colors folder.
If you use Airline and want a matching theme, try vim-airline-focuspoint.