/vim-facebook

Facebook colour scheme for vim

Primary LanguageVim Script

Facebook Colour Scheme for vim

This is a very simple port of the Facebook Color Scheme for Sublime Text which you can find here Original Sublimem Color Scheme here, all credits to mbixby.

Screenshots:

MacVim:

fcs-macvim

GVim:

fcs-gvim

Installation:

Probably any plugin manager will work. Then set colorscheme facebook on your vimrc.

With vim-plug:

Plug 'farfanoide/vim-facebook'

With Vundle:

Plugin 'farfanoide/vim-facebook'

With dein:

call dein#add('farfanoide/vim-facebook')

Thanks:

Contributing:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request