Skip to content

VSCode Plastic theme port for vim/neovim.

License

Notifications You must be signed in to change notification settings

alisherry/plastic.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  • [ ... ]

About

VSCode Plastic theme port for vim/neovim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%