Skip to content

Commit ce06b5d

Browse files
committed
Remove underutilized fractal mandelbrot custom theme
1 parent c795794 commit ce06b5d

3 files changed

Lines changed: 530 additions & 841 deletions

File tree

fractal.config.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,3 @@ fractal.web.set('builder.dest', __dirname + '/dist');
2323

2424
// Default Fractal template:
2525
fractal.components.set('default.preview', '@template-default');
26-
27-
// Mandelbrot theme with custom configuration:
28-
const mandelbrot = require('@frctl/mandelbrot');
29-
30-
const CDLIBTheme = mandelbrot({
31-
panels: ['notes', 'html', 'view', 'context', 'resources', 'info'],
32-
});
33-
34-
fractal.web.theme(CDLIBTheme);

0 commit comments

Comments
 (0)