foo icon indicating copy to clipboard operation
foo copied to clipboard

:monkey_face: Colorscheme for vim

Colorschemes for vim

oceanic

oceanic

hyper

hyper

abyss

abyss

hacker

hacker

pharo

pharo

off

off

Installation

  1. Copy oceanic.vim, hyper.vim, hacker.vim, abyss.vim, pharo.vim and off.vim to your .vim/colors or install with Plug:
Plug 'victorze/foo'
  1. Add the following to your .vimrc:
syntax enable
set background=dark
colorscheme hyper

Airline (optional)

let g:airline_theme='distinguished'

Highlight JavaScript Syntax (optional)

Plug 'yuezk/vim-js'

Sintax template (optional)

  • Highlight the JSX syntax
Plug 'maxmellon/vim-jsx-pretty'
  • jinja2 and django template install plugin:
Plug 'Glench/Vim-Jinja2-Syntax'
  • Blade template (Laravel) install plugin
Plug 'jwalton512/vim-blade'

License

MIT