# or yarn
$ npm install umi-plugin-theme -DConfigure theme.config.ts in config dir.
eg.
// theme.config.ts export default { theme: [ { stylePath: require.resolve('antd/lib/style/themes/dark.less'), // your theme file path. fileName: 'dark.css', // the generated css file name. } ] }
MIT