An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# jsreport-studio-theme-dark

[![NPM Version](http://img.shields.io/npm/v/jsreport-studio-theme-dark.svg?style=flat-square)](https://npmjs.com/package/jsreport-studio-theme-dark)
[![Build Status](https://travis-ci.org/jsreport/jsreport-studio-theme-dark.png?branch=master)](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')({}))
```