pretty-error Themes
Themes for pretty-error.
Install
npm install pretty-error-themes
Usage
const pe = require('pretty-error').start()
pe.appendStyle(require("pretty-error-themes/material"))
Themes
You are able to import the following themes:
material
Add your own theme
See the Contribution guide.