# Custom Theme Example

This plugin demonstrates how to add a custom theme

```bash
cd plugins/examples/custom-theme
npm install
npm start
```

The main code for the example plugin is in [src/index.tsx](src/index.tsx).
