Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (18 loc) · 975 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 975 Bytes

FocusPoint: an epic color file for Vim

Screenshot

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.

Install

Using Vundle

  1. Add the following to your .vimrc where other bundles are located:

     Bundle 'chase/focuspoint-vim'
    
  2. Run from command line:

     $ vim +BundleInstall
    

Using pathogen

  1. Check out the repository into your bundle path:

     $ cd ~/.vim/bundle
     $ git clone git://github.com/chase/focuspoint-vim.git
    

Normal

  1. Copy colors/focuspoint.vim to your ~/.vim/colors folder.

Airline Support

If you use Airline and want a matching theme, try vim-airline-focuspoint.