/** * cxd 主题变量 */ import { DefaultTheme } from 'styled-components' import { DeepPartial } from '@core/utils/types' const cxdTheme: DeepPartial = { colors: { layoutHeaderBg: '#f5f5f5', }, } export default cxdTheme