public/.well-known/agent-skills/antd-theme-customization/SKILL.md
Customize the visual appearance of Ant Design components using the theme system.
https://ant.design/docs/react/customize-theme<ConfigProvider theme={{ token: { ... } }}> to customize global tokens<ConfigProvider theme={{ components: { Button: { ... } } }}> for component-specific tokens<ConfigProvider theme={{ algorithm: theme.darkAlgorithm }}><ConfigProvider theme={{ cssVar: true }}>colorPrimary — primary color (default: #1677ff)colorBgContainer — background color of containersborderRadius — global border radiusfontFamily — font familyfontSize — base font sizetheme.getDesignToken() to extract computed tokenshttps://ant.design/docs/react/token