jsreport-studio-theme-dark


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