mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
19 lines
459 B
JSON
19 lines
459 B
JSON
{
|
|
"$schema": "https://metabuilder.dev/schemas/package-styles.schema.json",
|
|
"schemaVersion": "2.0.0",
|
|
"colors": {
|
|
"workflowSuccess": "#10b981",
|
|
"workflowFailed": "#ef4444",
|
|
"workflowRunning": "#3b82f6",
|
|
"workflowPending": "#9ca3af",
|
|
"workflowCancelled": "#f59e0b",
|
|
"nodeBackground": "#ffffff",
|
|
"nodeBorder": "#d1d5db",
|
|
"edgeColor": "#6b7280"
|
|
},
|
|
"spacing": {
|
|
"nodePadding": "12px",
|
|
"canvasMargin": "16px"
|
|
}
|
|
}
|