https://github.com/jsreport/jsreport-studio-theme-dark
🕷Dark theme for jsreport studio
https://github.com/jsreport/jsreport-studio-theme-dark
jsreport jsreport-studio theme
Last synced: 5 months ago
JSON representation
🕷Dark theme for jsreport studio
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-studio-theme-dark
- Owner: jsreport
- License: mit
- Created: 2019-08-12T22:34:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T10:59:57.000Z (over 6 years ago)
- Last Synced: 2025-01-30T00:34:26.828Z (over 1 year ago)
- Topics: jsreport, jsreport-studio, theme
- Language: JavaScript
- Homepage: http://jsreport.net/learn/studio#themes
- Size: 252 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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')({}))
```