Dark theme for jsreport studio
See http://jsreport.net/learn/studio#themes
npm install jsreport-studio-theme-dark
You can apply this extension also manually to jsreport-core
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-studio')({}))
jsreport.use(require('jsreport-studio-theme-dark')({}))