/foo

:monkey_face: Colorscheme for vim

Primary LanguageVim ScriptMIT LicenseMIT

Colorschemes for vim

github

github

hyper

hyper

abyss

abyss

Installation

  1. Move github.vim, hyper.vim and abyss.vim to your .vim/colors or install with Plug:
Plug 'victorze/foo'
  1. Add the following to your .vimrc:
syntax enable
"set background=dark " hyper or abyss
set background=light
colorscheme github

Note (for the github theme): If you are running Vim in a terminal you must choose a font that supports bold text.

Airline (optional)

let g:airline_theme='distinguished'

Sintax template (optional)

  • jinja2 and django template install plugin:
Plug 'Glench/Vim-Jinja2-Syntax'
  • Blade template (Laravel) install plugin
Plug 'jwalton512/vim-blade'

License

MIT