easyai-plugin-dev-kit/utils/customTheme.ts
2025-08-19 18:15:28 +08:00

13 lines
238 B
TypeScript

export const customTheme = {
colors: {
primary: '#4338CA',
secondary: '#03DAC6',
success: '#4CAF50',
info: '#2196F3',
warning: '#FB8C00',
error: '#FC3C56',
surface: '#FFFFFF',
background: '#F5F5F5'
}
}