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
" important:
set termguicolors
set background=dark
syntax on
colorscheme plastic
" Lightline
let g:lightline = { 'colorscheme': 'plastic' }