innocces / dumi-theme-chakra

build theme use Chakra-UI for dumi2 !!!
https://dumi-theme-chakra.pages.dev/
MIT License
35 stars 12 forks source link

默认主题色要怎么修改 #21

Closed anyone-yuren closed 1 year ago

anyone-yuren commented 1 year ago

Question

Sample Code

innocces commented 1 year ago
import { defineConfig } from 'dumi';
import { defineThemeConfig, baseTheme } from 'dumi-theme-chakra';

export defineConfig({
  themeConfig: {
    ...defineThemeConfig({
     brand: baseTheme.colors.red
    })
  },
});

可以直接使用完整的 chakra 配置 组件被包裹了完整的配置 DocProvider