Colors
Customize theme colors
To customize global theme colors, update the following files:
src/theme/theme-config.ts
src/theme/core/palette.ts
{
"primary": {
"lighter": "#C8FAD6",
"light": "#5BE49B",
"main": "#00A76F",
"dark": "#007867",
"darker": "#004B50",
"contrastText": "#FFFFFF"
},
// ...other colors
}
Color tools & references
Eva design colors (recommended)
Another great tool for generating harmonious palettes:
👉 Recommended token mapping:
100
→ lighter300
→ light500
→ main700
→ dark900
→ darker