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