Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.07 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.07 KB

plastic.vim

plastic.vim

VSCode Plastic theme port for vim/neovim.

Install

  1. Using your plugin manager of choice and placing flrnprz/plastic.vim in your .vimrc file. or
  2. clone this directory into your vim/plugged directory
set background=dark
syntax on
colorscheme plastic

" Lightline
let g:lightline = { 'colorscheme': 'plastic' }

NOTE

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.

TODO

  • Add A lot of more lang syntax support.
  • lightline theme support.
  • Better nerdtree support.
  • Improve color accessibility.
  • Improve html syntax.
  • [ ... ]