export default { theme: { extend: { colors: { blue: { 600: "var(--el-color-primary, #2563eb)" } } } } };