A web UI theme for Fractal built by Xerox. Based on the default mandelbrot theme.
yarn add @xerox/fractal-theme --dev
# or
npm install @xerox/fractal-theme --save-dev
See Configuring themes.
// fractal.js
const xeroxTheme = require('@xerox/fractal-theme');
const myCustomisedTheme = xeroxTheme({
panels: ['html', 'info', 'resources']
});
fractal.web.theme(myCustomisedTheme);