A new Vim monokai color scheme for JavaScript
I love vim, and like the Sublime's monokai color schemes very much. Though there are already a bunch of monokai schemes available for vim, but it's hard to find one can pleasant me, so I decide to make my own.
Web development oriented
I use my vim to develop web sites most of the time, so this color scheme is focused on JavaScript, Html and CSS.
Build upon w0ng/vim-hybrid
The hybrid's script is well structured and it's highlight works perfect for JavaScript, so mine is based on it.
Screenshots
JavaScript
Html
Github
https://github.com/crusoexia/vim-monokai
Enjoy!
Written by Crusoe.Xia
Related protips
2 Responses
Hey, question! How did you put the directory path and file at the top of your vim? I use vim-airlines for that, but I have it at the bottom ;) Vim beginner here. Thanks )
Hi Apostolis, Im using lightline now but here's how I used it with vim-airline:
" enable the list of buffers
let g:airline#extensions#tabline#enabled = 1
" show just the filename
let g:airline#extensions#tabline#fnamemod = ':t'