DEV Community

Cover image for Plastic.vim - a dark colorscheme for vim/neovim with low contrast colors for long coding sessions
Florian Rand
Florian Rand

Posted on

Plastic.vim - a dark colorscheme for vim/neovim with low contrast colors for long coding sessions

Plastic (by Will Stone) is one of my favorite color schemes for Visual Studio Code.

Since I use neovim as my main editor, I decided to create a port for vim/neovim.

GitHub logo flrnd / plastic.vim

VSCode Plastic theme port for vim/neovim.

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
" important:
set termguicolors

set background=dark
syntax on
colorscheme plastic

" Lightline
let g:lightline = { 'colorscheme': 'plastic' }
Enter fullscreen mode Exit fullscreen mode



It has the same design principle of simple syntax highlight. I hope you enjoy it!

Happy coding!

Top comments (9)

Collapse
 
darryl profile image
Darryl Young

Thanks for sharing, Florian. I'm giving it a go. So far, so good!

Collapse
 
flrnd profile image
Florian Rand

Cool! If you find something off don't doubt to open an issue! thanks!

Collapse
 
csaratakij profile image
Chatchai Saratakij

This colorscheme seems less contrast than monokai.
Consider using it now, Thank you for porting this to neovim :)

Collapse
 
wstone profile image
Will Stone

Hey Florian. Thanks for the nod to Plastic. The port is looking great 😄

Collapse
 
flrnd profile image
Florian Rand

Hey Will, thank you for creating Plastic in the first place :D.

Collapse
 
coreyja profile image
Corey Alexander

Oh this is really nice, I might have to give it a try! Thanks for sharing!

Collapse
 
flrnd profile image
Florian Rand

No problem! Thanks!

Collapse
 
redpenguin101 profile image
RedPenguin101

This is a lovely theme!

The syntax doesn't seem to highlighting headers in markdown (.md) for me (not distinguished from normal text), is that intentional or is my config off?

Collapse
 
flrnd profile image
Florian Rand • Edited

I just checked it and it seems working as intended. Can you open an issue in GitHub with more details?

Thanks, I'm glad you like it, but merit is from the original, this is only a mere port.