foo
foo copied to clipboard
:monkey_face: Colorscheme for vim
Colorschemes for vim
oceanic

hyper

abyss

hacker

pharo

off

Installation
- 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'
- 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