```js // .storybook/manager.js import { addons } from '@storybook/addons'; import yourTheme from './YourTheme'; addons.setConfig({ theme: yourTheme, }); ```