For a full list of changes checkout the changelog
Originally forked from the One Dark + (Sublime Babel) color scheme but heavily modified and opinionated additions as well as a pretty workbench theme, it is also optimized to work with the Sublime Babel extension for all the goodness of ES6/Babel.
See something that you'd rather change?
No problem, feel free to edit and customize by using the workbench.colorCustomizations
setting. Check out the Theme Color Reference for additional options.
Open up your setttings.json
and hack way.
"workbench.colorCustomizations":{
"peekView.border": "#E50A69AB",
"peekViewTitle.background": "#101119",
"peekViewResult.background": "#101119",
"peekViewEditor.background": "#202232",
"peekViewEditor.matchHighlightBackground": "#314365"
}
Thanks to pull-request #3 by @Joraz there is better support for JSDoc comments 👍🏼