jsreport-studio-theme-dark
Version:
dark theme for jsreport studio
22 lines (14 loc) • 769 B
Markdown
# jsreport-studio-theme-dark
[](https://npmjs.com/package/jsreport-studio-theme-dark)
[](https://travis-ci.org/jsreport/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](https://github.com/jsreport/jsreport-core)
```js
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-studio')({}))
jsreport.use(require('jsreport-studio-theme-dark')({}))
```