Skip to content

victorze/foo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🐵 Colorscheme for vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published