gaearon / subliminal

An opinionated minimalistic VS Code theme for JavaScript
https://marketplace.visualstudio.com/items?itemName=gaearon.subliminal
MIT License
631 stars 25 forks source link

Add unused variables color #22

Open olegafx opened 6 years ago

olegafx commented 6 years ago

VS Code now supports unused variable detection

I've added a color to support this new feature. It matches comment's color.

Before:

before

After:

after
olegafx commented 6 years ago

Changed to a new syntax

unused var example