VSCode Plastic theme port for vim/neovim.
- Using your plugin manager of choice and placing
flrnprz/plastic.vim
in your .vimrc file. or - clone this directory into your vim/plugged directory
set background=dark
syntax on
colorscheme plastic
" Lightline
let g:lightline = { 'colorscheme': 'plastic' }
The theme has decent syntax highlight.
Removed the Light theme in order to create a separate project. Also I renamed it back to plastic.vim
in
honor to the original VS Code theme.
Added Lightline support.
if you want to customize it only need to install lifepillar/vim-colortemplate and edit the template files.
The colorscheme no longers support colortemplate.
- Add A lot of more lang syntax support.
lightline theme support.- Better nerdtree support.
Improve color accessibility.Improve html syntax.- [ ... ]