1234567891011 |
- import { theme } from 'antd';
- export const darkTheme = {
- algorithm: theme.darkAlgorithm,
- token: {
- colorPrimary: '#ff5722', // 主色调
- colorBgContainer: '#000000', // 容器背景色
- colorText: '#FFFFFF', // 文字颜色
- colorBgLayout: '#121212', // 全局背景色
- },
- };
|